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/09/06 21:00:51 UTC

[JENKINS-Experimental-GC] Lucene-Solr-8.x-Linux (64bit/jdk-15-ea+35) - Build # 4306 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4306/
Java: 64bit/jdk-15-ea+35 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:32877/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:32877/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([139CC9AA661D64F0:FEC231DB5457B379]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:266)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13968 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 206648 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 206648 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 206648 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/data-dir-23-001
   [junit4]   2> 206648 WARN  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 206649 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 206650 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 206652 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 206652 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001
   [junit4]   2> 206653 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 206653 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 206653 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 206654 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 206753 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer start zk server on port: 36951
   [junit4]   2> 206753 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36951
   [junit4]   2> 206753 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36951
   [junit4]   2> 206753 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36951
   [junit4]   2> 206757 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206759 INFO  (zkConnectionManagerCallback-3517-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206759 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206773 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206775 INFO  (zkConnectionManagerCallback-3519-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206775 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206776 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206780 INFO  (zkConnectionManagerCallback-3521-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206780 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206905 WARN  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 206905 WARN  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 206905 WARN  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 206905 WARN  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15+35-1559
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15+35-1559
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15+35-1559
   [junit4]   2> 206905 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15+35-1559
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 206918 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73938f95{/solr,null,AVAILABLE}
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4dcefabe{/solr,null,AVAILABLE}
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c12b374{/solr,null,AVAILABLE}
   [junit4]   2> 206919 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@244138e9{/solr,null,AVAILABLE}
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3710c77c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38997}
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.e.j.s.Server Started @207157ms
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38997}
   [junit4]   2> 206925 ERROR (jetty-launcher-3522-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 206925 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-06T20:31:53.051709142Z
   [junit4]   2> 206926 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@59d31c70{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32877}
   [junit4]   2> 206926 INFO  (jetty-launcher-3522-thread-2) [     ] o.e.j.s.Server Started @207159ms
   [junit4]   2> 206926 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32877}
   [junit4]   2> 206927 ERROR (jetty-launcher-3522-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 206927 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 206927 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 206927 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206927 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 206927 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-06T20:31:53.053369920Z
   [junit4]   2> 206928 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@11a3a240{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44209}
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.e.j.s.Server Started @207162ms
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@265a4cc1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46091}
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44209}
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.e.j.s.Server Started @207162ms
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46091}
   [junit4]   2> 206930 ERROR (jetty-launcher-3522-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 206930 ERROR (jetty-launcher-3522-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-06T20:31:53.056667009Z
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-09-06T20:31:53.056735561Z
   [junit4]   2> 206930 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206931 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206932 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206933 INFO  (zkConnectionManagerCallback-3524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206933 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206935 INFO  (zkConnectionManagerCallback-3528-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206935 INFO  (zkConnectionManagerCallback-3526-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 206935 INFO  (zkConnectionManagerCallback-3530-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 206935 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 206943 WARN  (jetty-launcher-3522-thread-4-SendThread(127.0.0.1:36951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001bf2f4180005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf2f4180005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf2f4180005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 206943 WARN  (jetty-launcher-3522-thread-3-SendThread(127.0.0.1:36951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001bf2f4180006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf2f4180006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf2f4180006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 206943 WARN  (jetty-launcher-3522-thread-1-SendThread(127.0.0.1:36951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001bf2f4180003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf2f4180003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf2f4180003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 207178 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 207180 WARN  (jetty-launcher-3522-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fbea259[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207180 WARN  (jetty-launcher-3522-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fbea259[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207182 WARN  (jetty-launcher-3522-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57fe7d94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207182 WARN  (jetty-launcher-3522-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57fe7d94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207183 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36951/solr
   [junit4]   2> 207184 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207188 INFO  (zkConnectionManagerCallback-3549-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207188 INFO  (jetty-launcher-3522-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207199 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 207200 WARN  (jetty-launcher-3522-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@139c9528[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207200 WARN  (jetty-launcher-3522-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@139c9528[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207204 WARN  (jetty-launcher-3522-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d9c98c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207204 WARN  (jetty-launcher-3522-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d9c98c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207205 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36951/solr
   [junit4]   2> 207206 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207208 INFO  (zkConnectionManagerCallback-3556-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207208 INFO  (jetty-launcher-3522-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207259 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 207260 WARN  (jetty-launcher-3522-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d0cea95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207260 WARN  (jetty-launcher-3522-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d0cea95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207264 WARN  (jetty-launcher-3522-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4dd497c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207264 WARN  (jetty-launcher-3522-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4dd497c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207264 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36951/solr
   [junit4]   2> 207272 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207274 INFO  (zkConnectionManagerCallback-3563-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207274 INFO  (jetty-launcher-3522-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207292 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207292 INFO  (zkConnectionManagerCallback-3565-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207292 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207362 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 207363 WARN  (jetty-launcher-3522-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11bbd90a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207363 WARN  (jetty-launcher-3522-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11bbd90a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207366 WARN  (jetty-launcher-3522-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17f00f2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207366 WARN  (jetty-launcher-3522-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17f00f2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207367 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36951/solr
   [junit4]   2> 207368 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207373 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44209_solr
   [junit4]   2> 207374 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.c.Overseer Overseer (id=72088324329177098-127.0.0.1:44209_solr-n_0000000000) starting
   [junit4]   2> 207384 INFO  (OverseerStateUpdate-72088324329177098-127.0.0.1:44209_solr-n_0000000000) [n:127.0.0.1:44209_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44209_solr
   [junit4]   2> 207386 INFO  (zkConnectionManagerCallback-3574-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207386 INFO  (jetty-launcher-3522-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207392 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207393 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44209_solr
   [junit4]   2> 207393 INFO  (zkConnectionManagerCallback-3580-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207393 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207399 INFO  (zkCallback-3564-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 207399 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207400 WARN  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_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> 207403 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 207406 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46091_solr as DOWN
   [junit4]   2> 207406 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 207406 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46091_solr
   [junit4]   2> 207410 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207411 WARN  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_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> 207428 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207433 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207440 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207440 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207468 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44209.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207468 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46091.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207474 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44209.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207474 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46091.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207474 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46091.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207474 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44209.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207475 INFO  (jetty-launcher-3522-thread-4) [n:127.0.0.1:44209_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node4
   [junit4]   2> 207475 INFO  (jetty-launcher-3522-thread-3) [n:127.0.0.1:46091_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node3
   [junit4]   2> 207492 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207493 INFO  (zkConnectionManagerCallback-3596-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207493 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207495 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 207496 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38997_solr as DOWN
   [junit4]   2> 207497 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 207497 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38997_solr
   [junit4]   2> 207497 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207497 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207497 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207498 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207498 WARN  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_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> 207509 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207519 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38997.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207524 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38997.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207524 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38997.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207525 INFO  (jetty-launcher-3522-thread-1) [n:127.0.0.1:38997_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node1
   [junit4]   2> 207591 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207593 INFO  (zkConnectionManagerCallback-3606-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207593 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207596 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 207604 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32877_solr as DOWN
   [junit4]   2> 207604 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 207604 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32877_solr
   [junit4]   2> 207605 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207605 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207605 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207606 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207606 WARN  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_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> 207609 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207616 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207629 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32877.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207635 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32877.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207635 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32877.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4db56ded
   [junit4]   2> 207636 INFO  (jetty-launcher-3522-thread-2) [n:127.0.0.1:32877_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node2
   [junit4]   2> 207646 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 207648 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207651 INFO  (zkConnectionManagerCallback-3619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207651 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207652 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 207653 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36951/solr ready
   [junit4]   2> 207680 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:38997_solr} status=0 QTime=3
   [junit4]   2> 207680 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:38997_solr 
   [junit4]   2> 207683 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_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> 207684 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 207685 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 207685 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 207688 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:38997_solr} status=0 QTime=0
   [junit4]   2> 207689 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:38997_solr 
   [junit4]   2> 207690 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_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> 207690 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:38997_solr} status=0 QTime=0
   [junit4]   2> 207690 INFO  (updateExecutor-3559-thread-1-processing-n:127.0.0.1:46091_solr) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:38997_solr 
   [junit4]   2> 207691 INFO  (qtp970403382-5426) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=24
   [junit4]   2> 207691 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   1> sync resp: http://127.0.0.1:38997/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 207692 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_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> 207692 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 207692 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 207692 INFO  (qtp970403382-5426) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 207693 INFO  (updateExecutor-3559-thread-1-processing-n:127.0.0.1:46091_solr) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 207693 INFO  (updateExecutor-3559-thread-1-processing-n:127.0.0.1:46091_solr) [n:127.0.0.1:46091_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 207696 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 207699 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_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> 207703 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_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> 207709 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_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> 207717 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207719 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
   [junit4]   2> 207721 INFO  (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207722 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207723 INFO  (qtp526671836-5441) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207724 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
   [junit4]   2> 207725 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 207726 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:46091_solr} status=0 QTime=0
   [junit4]   2> 207726 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:46091_solr 
   [junit4]   2> 207727 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:46091_solr} status=0 QTime=0
   [junit4]   2> 207727 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:46091_solr 
   [junit4]   2> 207727 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 207728 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 207728 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 207728 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 207729 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 207729 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 207729 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 207729 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 207729 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:46091_solr} status=0 QTime=1
   [junit4]   2> 207730 INFO  (updateExecutor-3552-thread-2-processing-n:127.0.0.1:38997_solr) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:46091_solr 
   [junit4]   2> 207730 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 207732 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 207733 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 207733 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207734 INFO  (updateExecutor-3552-thread-2-processing-n:127.0.0.1:38997_solr) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 207734 INFO  (updateExecutor-3552-thread-2-processing-n:127.0.0.1:38997_solr) [n:127.0.0.1:38997_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 207741 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207753 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207756 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207758 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207759 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
   [junit4]   2> 207760 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207763 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207764 INFO  (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207765 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
   [junit4]   2> 207765 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 207767 INFO  (qtp526671836-5441) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:46091_solr} status=0 QTime=0
   [junit4]   2> 207767 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:46091_solr 
   [junit4]   2> 207768 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:46091_solr} status=0 QTime=0
   [junit4]   2> 207768 INFO  (updateExecutor-3552-thread-2-processing-n:127.0.0.1:38997_solr) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:46091_solr 
   [junit4]   2> 207768 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 207768 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 207769 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:46091_solr} status=0 QTime=0
   [junit4]   2> 207769 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:46091_solr 
   [junit4]   2> 207769 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 207769 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 207769 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 207770 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 207770 INFO  (updateExecutor-3545-thread-1-processing-n:127.0.0.1:44209_solr) [n:127.0.0.1:44209_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 207770 INFO  (updateExecutor-3552-thread-2-processing-n:127.0.0.1:38997_solr) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 207770 INFO  (updateExecutor-3552-thread-2-processing-n:127.0.0.1:38997_solr) [n:127.0.0.1:38997_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 207781 INFO  (qtp681420706-5454) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 207782 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 207782 INFO  (updateExecutor-3570-thread-1-processing-n:127.0.0.1:32877_solr) [n:127.0.0.1:32877_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 207789 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 207792 INFO  (qtp526671836-5441) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207797 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207800 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207803 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207851 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207852 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207862 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207863 INFO  (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207864 INFO  (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 207864 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 207864 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 207864 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 207870 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207870 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207872 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 207873 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 207873 INFO  (qtp970403382-5439) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=64
   [junit4]   2> 207876 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 207876 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 207877 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 207877 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 207877 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 207878 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 207878 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 207878 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207878 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 207879 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207879 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207879 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 207879 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 207879 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 207880 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 207880 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 207896 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207896 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207897 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 207897 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 207904 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 207905 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 207905 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 207980 INFO  (qtp526671836-5428) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 207982 INFO  (qtp681420706-5454) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 207985 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 207989 INFO  (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 208004 INFO  (qtp681420706-5435) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 208016 INFO  (qtp681420706-5454) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 208017 ERROR (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.a.V2HttpCall >> path: '/plugin/my/path'
   [junit4]   2> 208018 ERROR (qtp681420706-5443) [n:127.0.0.1:46091_solr     ] o.a.s.a.V2HttpCall Error in init()
   [junit4]   2>           => org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139)
   [junit4]   2> org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 208121 INFO  (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 208124 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208126 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208128 INFO  (qtp526671836-5441) [n:127.0.0.1:44209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 208129 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 208129 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 208129 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 208129 INFO  (qtp1460988130-5432) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 208129 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 208129 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 208129 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 208130 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208130 INFO  (qtp681420706-5447) [n:127.0.0.1:46091_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 208130 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 208130 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 208133 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208136 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208137 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 208137 INFO  (zkCallback-3564-thread-2) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 208139 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208139 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 208139 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 208139 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 208140 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 208140 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 208140 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 208140 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 208140 INFO  (zkCallback-3595-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 208140 INFO  (qtp970403382-5431) [n:127.0.0.1:38997_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 208140 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208141 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208142 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208143 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 208143 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 208143 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 208143 ERROR (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{update=org.apache.solr.client.solrj.request.beans.PluginMeta@5f226d1d, errorMessages=[No such package version:mypkg:2.0 . available versions :[1.0]]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:321)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:321) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:291) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:194) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 208143 INFO  (qtp1460988130-5446) [n:127.0.0.1:32877_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 208144 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 208144 INFO  (zkCallback-3605-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 208252 INFO  (jetty-closer-3620-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=234708413
   [junit4]   2> 208252 INFO  (jetty-closer-3620-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44209_solr
   [junit4]   2> 208258 INFO  (jetty-closer-3620-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 208258 INFO  (jetty-closer-3620-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44209_solr as DOWN
   [junit4]   2> 208264 INFO  (jetty-closer-3620-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1210480270
   [junit4]   2> 208264 INFO  (jetty-closer-3620-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46091_solr
   [junit4]   2> 208265 INFO  (jetty-closer-3620-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1230233918
   [junit4]   2> 208265 INFO  (jetty-closer-3620-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38997_solr
   [junit4]   2> 208268 INFO  (jetty-closer-3620-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 208268 INFO  (jetty-closer-3620-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38997_solr as DOWN
   [junit4]   2> 208269 INFO  (jetty-closer-3620-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 208269 INFO  (jetty-closer-3620-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46091_solr as DOWN
   [junit4]   2> 208276 INFO  (jetty-closer-3620-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 208279 INFO  (jetty-closer-3620-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1298863522
   [junit4]   2> 208279 INFO  (jetty-closer-3620-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32877_solr
   [junit4]   2> 208282 INFO  (jetty-closer-3620-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 208282 INFO  (jetty-closer-3620-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:32877_solr as DOWN
   [junit4]   2> 208283 INFO  (jetty-closer-3620-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 208283 INFO  (jetty-closer-3620-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f05b240: rootName = solr_46091, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5dad4427
   [junit4]   2> 208289 INF

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

 INFO  (jetty-closer-3745-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 219444 INFO  (jetty-closer-3745-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@124aa62e: rootName = solr_43405, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@2e6dde36
   [junit4]   2> 219444 INFO  (jetty-closer-3745-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 219461 INFO  (zkCallback-3716-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 219461 INFO  (zkCallback-3705-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 219462 WARN  (jetty-launcher-3647-thread-3-SendThread(127.0.0.1:45885)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001bf32064000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf32064000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf32064000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 219541 INFO  (jetty-closer-3745-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3560f13b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 219541 INFO  (jetty-closer-3745-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7847f1a2{/solr,null,UNAVAILABLE}
   [junit4]   2> 219541 INFO  (jetty-closer-3745-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 219643 INFO  (jetty-closer-3745-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2fe86bc6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 219643 INFO  (jetty-closer-3745-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@493103e3{/solr,null,UNAVAILABLE}
   [junit4]   2> 219643 INFO  (jetty-closer-3745-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 219741 INFO  (jetty-closer-3745-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3b171e6a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 219741 INFO  (jetty-closer-3745-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@412188c{/solr,null,UNAVAILABLE}
   [junit4]   2> 219741 INFO  (jetty-closer-3745-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 219840 INFO  (jetty-closer-3745-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72088325072355338-127.0.0.1:37349_solr-n_0000000000) closing
   [junit4]   2> 219842 INFO  (jetty-closer-3745-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ef73c35{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 219842 INFO  (jetty-closer-3745-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@695b0e22{/solr,null,UNAVAILABLE}
   [junit4]   2> 219842 INFO  (jetty-closer-3745-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 219844 INFO  (TEST-TestContainerPlugin.testApi-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 219846 WARN  (TEST-TestContainerPlugin.testApi-seed#[139CC9AA661D64F0]-SendThread(127.0.0.1:45885)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001bf320640000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf320640000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1001bf320640000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 220049 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 220051 INFO  (TEST-TestContainerPlugin.testApi-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45885
   [junit4]   2> 220051 INFO  (TEST-TestContainerPlugin.testApi-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45885
   [junit4]   2> 220051 INFO  (TEST-TestContainerPlugin.testApi-seed#[139CC9AA661D64F0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45885
   [junit4]   2> 220052 INFO  (TEST-TestContainerPlugin.testApi-seed#[139CC9AA661D64F0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4]   2> 220053 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 220053 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45885
   [junit4]   2> 220053 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45885
   [junit4]   2> 220053 INFO  (SUITE-TestContainerPlugin-seed#[139CC9AA661D64F0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45885
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_139CC9AA661D64F0-001
   [junit4]   2> Sep 06, 2020 8:32:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=6, maxDocsPerChunk=87, blockShift=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=6, blockSize=2)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=bo-CN, timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 15 (64-bit)/cpus=16,threads=1,free=329252864,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestLuceneIndexBackCompat, TestWithCollection, SpellCheckComponentTest, OverseerRolesTest, TestPayloadScoreQParserPlugin, CollectionStateFormat2Test, WrapperMergePolicyFactoryTest, TestIndexSearcher, JWTVerificationkeyResolverTest, SpellPossibilityIteratorTest, SolrIndexConfigTest, TestFieldCacheReopen, DistributedSpellCheckComponentTest, TestMinHashQParser, TolerantUpdateProcessorTest, ImplicitSnitchTest, SolrJmxReporterCloudTest, CoreMergeIndexesAdminHandlerTest, CacheHeaderTest, GraphQueryTest, HttpPartitionWithTlogReplicasTest, TestJsonRangeFacets, PingRequestHandlerTest, TestContainerPlugin]
   [junit4] Completed [148/919 (1!)] on J0 in 14.02s, 2 tests, 1 error <<< FAILURES!

[...truncated 47573 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4306/consoleText

[repro] Revision: bbacec07bf8c2c01c2c6a8cc97daefe4672ee0eb

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=TestContainerPlugin -Dtests.method=testApiFromPackage -Dtests.seed=139CC9AA661D64F0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bo-CN -Dtests.timezone=America/Argentina/San_Luis -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 3453 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestContainerPlugin" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=139CC9AA661D64F0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bo-CN -Dtests.timezone=America/Argentina/San_Luis -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 61 lines...]

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 4308 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4308/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest

Error Message:
committed = 143196160 should be < max = 143130624

Stack Trace:
java.lang.IllegalArgumentException: committed = 143196160 should be < max = 143130624
	at __randomizedtesting.SeedInfo.seed([B744C52EAF0A3685]:0)
	at java.lang.management.MemoryUsage.<init>(MemoryUsage.java:160)
	at sun.management.MemoryPoolImpl.getCollectionUsage0(Native Method)
	at sun.management.MemoryPoolImpl.getCollectionUsage(MemoryPoolImpl.java:266)
	at com.codahale.metrics.jvm.MemoryUsageGaugeSet.getMetrics(MemoryUsageGaugeSet.java:96)
	at org.apache.solr.metrics.SolrMetricManager.registerAll(SolrMetricManager.java:557)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.<init>(SimCloudManager.java:205)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.<init>(SimCloudManager.java:176)
	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.createCluster(SimCloudManager.java:286)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.setupCluster(IndexSizeTriggerTest.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 25 lines...]
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Buildfile: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml

jenkins-hourly:

-print-java-info:
[java-info] java version "1.8.0_201"
[java-info] Java(TM) SE Runtime Environment (1.8.0_201-b09, Oracle Corporation)
[java-info] Java HotSpot(TM) Server VM (25.201-b09, Oracle Corporation)
[java-info] Test args: [-server -XX:+UseSerialGC]

clean:

clean:

clean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.17 in public
[ivy:cachepath] :: resolution report :: resolve 76ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-test-with-heapdumps-enabled:
     [echo] Java HotSpot(TM) Server VM: Enabling heap dumps on OutOfMemoryError to dir '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps'.
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve-groovy:

test:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

-clover.load:

resolve-groovy:

-init-totals:

test-core:

-clover.disable:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

-clover.load:

-clover.classpath:

-clover.setup:

clover:

-check-git-state:

-git-cleanroot:

-copy-git-state:
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build

git-autoclean:

resolve:

init:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java
    [javac] Compiling 943 source files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:338: warning: [rawtypes] found raw type: Arc
    [javac]       static boolean isBitSet(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
    [javac]                                             ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:348: warning: [rawtypes] found raw type: Arc
    [javac]       static int countBits(Arc arc, FST.BytesReader in) throws IOException {
    [javac]                            ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:355: warning: [rawtypes] found raw type: Arc
    [javac]       static int countBitsUpTo(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
    [javac]                                              ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:362: warning: [rawtypes] found raw type: Arc
    [javac]       static int nextBitSet(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
    [javac]                                           ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:369: warning: [rawtypes] found raw type: Arc
    [javac]       static int previousBitSet(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
    [javac]                                               ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:378: warning: [rawtypes] found raw type: Arc
    [javac]       static boolean assertIsValid(Arc arc, FST.BytesReader in) throws IOException {
    [javac]                                    ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/search/MaxScoreAccumulator.java:55: warning: [overrides] Class DocAndScore overrides equals, but neither it nor any superclass overrides hashCode method
    [javac]   static class DocAndScore implements Comparable<DocAndScore> {
    [javac]          ^
    [javac] /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/store/SimpleFSDirectory.java:50: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class SimpleFSDirectory extends FSDirectory {
    [javac]        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 8 warnings
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/compress/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene80/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene87/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene86/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene84/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 4 files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 102 source files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/uniformsplit/sharedterms/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/uniformsplit/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 205 source files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 7 files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/test
    [javac] Compiling 584 source files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/test

-mrjar-classes-uptodate:

resolve-groovy:

patch-mrjar-classes:
[patch-cls] Remapped: org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl
[patch-cls] Remapped: org/apache/lucene/codecs/blocktree/BlockTreeTermsWriter$TermsWriter
[patch-cls] Remapped: org/apache/lucene/codecs/blocktree/SegmentTermsEnumFrame
[patch-cls] Remapped: org/apache/lucene/codecs/compressing/FieldsIndexReader
[patch-cls] Remapped: org/apache/lucene/document/BinaryPoint$2
[patch-cls] Remapped: org/apache/lucene/document/DoubleRange
[patch-cls] Remapped: org/apache/lucene/document/FloatRange
[patch-cls] Remapped: org/apache/lucene/document/IntRange
[patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$2
[patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceQuery$1
[patch-cls] Remapped: org/apache/lucene/document/LatLonPointInPolygonQuery$1
[patch-cls] Remapped: org/apache/lucene/document/LatLonShapeBoundingBoxQuery$EncodedRectangle
[patch-cls] Remapped: org/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer$2
[patch-cls] Remapped: org/apache/lucene/document/LongRange
[patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$1
[patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$2
[patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$3
[patch-cls] Remapped: org/apache/lucene/index/BitsSlice
[patch-cls] Remapped: org/apache/lucene/index/CheckIndex$VerifyPointsVisitor
[patch-cls] Remapped: org/apache/lucene/index/CodecReader
[patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper
[patch-cls] Remapped: org/apache/lucene/index/PointValues
[patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue
[patch-cls] Remapped: org/apache/lucene/search/FilteringNumericLeafComparator$2
[patch-cls] Remapped: org/apache/lucene/search/PointInSetQuery$SinglePointVisitor
[patch-cls] Remapped: org/apache/lucene/search/PointRangeQuery$1
[patch-cls] Remapped: org/apache/lucene/search/TopFieldCollector
[patch-cls] Remapped: org/apache/lucene/store/DataInput
[patch-cls] Remapped: org/apache/lucene/util/BytesRef
[patch-cls] Remapped: org/apache/lucene/util/BytesRefArray
[patch-cls] Remapped: org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator
[patch-cls] Remapped: org/apache/lucene/util/CharsRef
[patch-cls] Remapped: org/apache/lucene/util/IntsRef
[patch-cls] Remapped: org/apache/lucene/util/LongsRef
[patch-cls] Remapped: org/apache/lucene/util/StringHelper
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton$Builder
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector$1$1
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector$2$1
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDReader
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$OneDimensionBKDWriter
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter
[patch-cls] Remapped: org/apache/lucene/util/bkd/HeapPointWriter
[patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1
[patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$2
[patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1
[patch-cls] Remapped: org/apache/lucene/util/compress/LZ4$FastCompressionHashTable
[patch-cls] Remapped: org/apache/lucene/util/compress/LZ4$HighCompressionHashTable
[patch-cls] Remapped: org/apache/lucene/util/compress/LZ4
[patch-cls] Remapped 51 class files for Java 9 to: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java9
    [touch] Creating /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/patch-mrjar.stamp

install-junit4-taskdef:

validate:

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/test
[loadresource] Do not set property tests.explicitclass as its length is 0.
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/test/temp
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/.caches/test-stats/core
   [junit4] <JUnit4> says cześć! Master seed: 85D89409E56ABDCE
   [junit4] Executing 569 suites with 6 JVMs.
   [junit4] 
   [junit4] Started J5 PID(1902247@localhost).
   [junit4] Started J4 PID(1902256@localhost).
   [junit4] Started J3 PID(1902255@localhost).
   [junit4] Started J1 PID(1902253@localhost).
   [junit4] Started J2 PID(1902258@localhost).
   [junit4] Started J0 PID(1902257@localhost).
   [junit4] Suite: org.apache.lucene.index.TestAllFilesDetectBitFlips
   [junit4] IGNOR/A 0.00s J5 | TestAllFilesDetectBitFlips.testCFS
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9356))
   [junit4] IGNOR/A 0.00s J5 | TestAllFilesDetectBitFlips.test
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9356))
   [junit4] Completed [1/569] on J5 in 0.11s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiTermsEnum
   [junit4] Completed [2/569] on J0 in 0.68s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderCleanup
   [junit4] Completed [3/569] on J1 in 0.88s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderWithThreads
   [junit4] Completed [4/569] on J2 in 1.44s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTThreads
   [junit4] Completed [5/569] on J3 in 1.66s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNotDocIdSet
   [junit4] Completed [6/569] on J0 in 1.01s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNumericUtils
   [junit4] Completed [7/569] on J1 in 1.04s, 24 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPagedBytes
   [junit4] Completed [8/569] on J3 in 1.33s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene86.TestLucene86SegmentInfoFormat
   [junit4] Completed [9/569] on J1 in 1.28s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomNorms
   [junit4] Completed [10/569] on J5 in 3.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestIndexSearcher
   [junit4] Completed [11/569] on J1 in 0.76s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [junit4] Completed [12/569] on J4 in 4.88s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPersistentSnapshotDeletionPolicy
   [junit4] Completed [13/569] on J1 in 0.76s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPriorityQueue
   [junit4] Completed [14/569] on J4 in 0.53s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestOfflineSorter
   [junit4] IGNOR/A 0.00s J2 | TestOfflineSorter.testLargerRandom
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J2 | TestOfflineSorter.testFixedLengthHeap
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [15/569] on J2 in 5.03s, 15 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene86.TestLucene86PointsFormat
   [junit4] IGNOR/A 0.01s J0 | TestLucene86PointsFormat.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestLucene86PointsFormat.testMergeStability
   [junit4]    > Assumption #1: TODO: mess with the parameters and test gets angry!
   [junit4] IGNOR/A 0.00s J0 | TestLucene86PointsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [16/569] on J0 in 5.06s, 23 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLongRangeFieldQueries
   [junit4] IGNOR/A 0.02s J1 | TestLongRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [17/569] on J1 in 2.02s, 7 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoMergePolicy
   [junit4] Completed [18/569] on J1 in 0.28s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestIndexOrDocValuesQuery
   [junit4] Completed [19/569] on J0 in 1.52s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene87.TestLucene87StoredFieldsFormatHighCompression
   [junit4] IGNOR/A 0.01s J3 | TestLucene87StoredFieldsFormatHighCompression.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | TestLucene87StoredFieldsFormatHighCompression.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [20/569] on J3 in 5.57s, 21 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPerSegmentDeletes
   [junit4] Completed [21/569] on J0 in 0.29s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [junit4] Completed [22/569] on J1 in 1.78s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortedNumericSortField
   [junit4] Completed [23/569] on J1 in 0.27s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVirtualMethod
   [junit4] Completed [24/569] on J1 in 0.27s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene87.TestLucene87StoredFieldsFormatMergeInstance
   [junit4] IGNOR/A 0.00s J4 | TestLucene87StoredFieldsFormatMergeInstance.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestLucene87StoredFieldsFormatMergeInstance.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [25/569] on J4 in 4.05s, 18 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene87.TestLucene87StoredFieldsFormat
   [junit4] IGNOR/A 0.00s J2 | TestLucene87StoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J2 | TestLucene87StoredFieldsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [26/569] on J2 in 4.80s, 18 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLiveFieldValues
   [junit4] Completed [27/569] on J0 in 2.81s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy
   [junit4] Completed [28/569] on J0 in 0.27s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
   [junit4] Completed [29/569] on J1 in 2.79s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestIntRangeFieldQueries
   [junit4] IGNOR/A 0.00s J2 | TestIntRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [30/569] on J2 in 1.80s, 7 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered
   [junit4] Completed [31/569] on J1 in 0.81s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexTooManyDocs
   [junit4] Completed [32/569] on J1 in 0.81s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLRUQueryCache
   [junit4] Completed [33/569] on J3 in 5.78s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPointValues
   [junit4] Completed [34/569] on J2 in 1.79s, 32 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
   [junit4] Completed [35/569] on J3 in 2.27s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchAllDocsQuery
   [junit4] Completed [36/569] on J3 in 0.77s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLongValuesSource
   [junit4] Completed [37/569] on J2 in 2.55s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNorms
   [junit4] Completed [38/569] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoMergeScheduler
   [junit4] Completed [39/569] on J2 in 0.27s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery2
   [junit4] Completed [40/569] on J3 in 1.50s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortedSetSortField
   [junit4] Completed [41/569] on J3 in 0.27s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLatLonDocValuesQueries
   [junit4] IGNOR/A 0.00s J4 | TestLatLonDocValuesQueries.testRandomDistanceHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestLatLonDocValuesQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [42/569] on J4 in 10.33s, 41 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery
   [junit4] Completed [43/569] on J2 in 2.02s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterMergePolicy.testMaxBufferedDocsChange
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [44/569] on J1 in 6.09s, 16 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPrefixCodedTerms
   [junit4] Completed [45/569] on J4 in 0.28s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortedSetSelector
   [junit4] Completed [46/569] on J2 in 0.28s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchNoDocsQuery
   [junit4] Completed [47/569] on J4 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestWeakIdentityMap
   [junit4] Completed [48/569] on J2 in 1.02s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestBinaryDocument
   [junit4] Completed [49/569] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanBoostQuery
   [junit4] Completed [50/569] on J2 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.FiniteStringsIteratorTest
   [junit4] Completed [51/569] on J3 in 2.91s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDateTools
   [junit4] Completed [52/569] on J3 in 0.27s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanCollection
   [junit4] Completed [53/569] on J3 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterCommit
   [junit4] IGNOR/A 0.00s J3 | TestIndexWriterCommit.testCommitOnCloseDiskUsage
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [54/569] on J3 in 1.01s, 14 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
   [junit4] Completed [55/569] on J3 in 3.76s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestForUtil
   [junit4] Completed [56/569] on J3 in 0.29s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelIn
   [junit4] Completed [57/569] on J3 in 0.51s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBoolean2ScorerSupplier
   [junit4] Completed [58/569] on J3 in 0.28s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTryDelete
   [junit4] Completed [59/569] on J3 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs
   [junit4] Completed [60/569] on J0 in 18.62s, 70 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYLineShapeQueries
   [junit4] IGNOR/A 0.00s J3 | TestXYLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [61/569] on J3 in 1.75s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRescorer
   [junit4] Completed [62/569] on J0 in 1.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRAMDirectory
   [junit4] IGNOR/A 0.00s J3 | TestRAMDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestRAMDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] Completed [63/569] on J3 in 0.78s, 48 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVersion
   [junit4] Completed [64/569] on J0 in 0.27s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReader
   [junit4] Completed [65/569] on J3 in 1.01s, 24 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixRandom
   [junit4] Completed [66/569] on J3 in 0.75s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] Completed [67/569] on J2 in 11.80s, 100 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntroSorter
   [junit4] Completed [68/569] on J3 in 0.26s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctions
   [junit4] Completed [69/569] on J3 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
   [junit4] Completed [70/569] on J3 in 2.51s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexManyDocuments
   [junit4] Completed [71/569] on J3 in 0.52s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
   [junit4] Completed [72/569] on J2 in 4.26s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDisjunctionMaxQuery
   [junit4] Completed [73/569] on J3 in 1.00s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestForDeltaUtil
   [junit4] Completed [74/569] on J2 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsHashPerField
   [junit4] Completed [75/569] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelIF
   [junit4] Completed [76/569] on J2 in 0.51s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFutureArrays
   [junit4] Completed [77/569] on J3 in 0.26s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [junit4] Completed [78/569] on J4 in 18.52s, 34 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.compress.TestFastLZ4
   [junit4] Completed [79/569] on J3 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSort
   [junit4] Completed [80/569] on J4 in 0.26s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsReader
   [junit4] Completed [81/569] on J3 in 0.25s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSubScorerFreqs
   [junit4] Completed [82/569] on J4 in 0.27s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.LimitedFiniteStringsIteratorTest
   [junit4] Completed [83/569] on J4 in 0.28s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDocument
   [junit4] Completed [84/569] on J4 in 0.27s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanContainQuery
   [junit4] Completed [85/569] on J4 in 0.27s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterConfig
   [junit4] Completed [86/569] on J4 in 0.28s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testPostingsEnumReuse
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [87/569] on J0 in 9.27s, 26 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnDiskFull
   [junit4] Completed [88/569] on J4 in 0.76s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestFilterSpans
   [junit4] Completed [89/569] on J0 in 0.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteBuffersDirectory
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions {impl=byte array (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=byte array (heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions {impl=lucene's buffers (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=lucene's buffers (heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions {impl=one buffer (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=one buffer (heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions {impl=many buffers (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=many buffers (heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [90/569] on J3 in 2.51s, 180 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanNearQuery
   [junit4] Completed [91/569] on J3 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4] Completed [92/569] on J2 in 5.52s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPointShapeQueries
   [junit4] IGNOR/A 0.00s J3 | TestLatLonPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [93/569] on J3 in 2.02s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
   [junit4] Completed [94/569] on J3 in 1.52s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestField
   [junit4] Completed [95/569] on J3 in 0.27s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80NormsFormatMergeInstance
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormatMergeInstance.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormatMergeInstance.testSparseNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormatMergeInstance.testNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.02s J1 | TestLucene80NormsFormatMergeInstance.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] Completed [96/569] on J1 in 26.08s, 32 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactions
   [junit4] Completed [97/569] on J2 in 2.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSortedSetDocValues
   [junit4] Completed [98/569] on J3 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelG
   [junit4] Completed [99/569] on J1 in 0.52s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLongRange
   [junit4] Completed [100/569] on J2 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4] Completed [101/569] on J3 in 1.52s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBlockMaxConjunction
   [junit4] Completed [102/569] on J1 in 1.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestDocIdSetBuilder
   [junit4] Completed [103/569] on J3 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactionRollback
   [junit4] Completed [104/569] on J1 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNativeFSLockFactory
   [junit4] Completed [105/569] on J2 in 1.52s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYShape
   [junit4] Completed [106/569] on J3 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLongDistanceFeatureQuery
   [junit4] Completed [107/569] on J1 in 0.50s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat
   [junit4] IGNOR/A 0.00s J4 | TestLucene84PostingsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [108/569] on J4 in 7.80s, 29 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelIne
   [junit4] Completed [109/569] on J4 in 1.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory
   [junit4] IGNOR/A 0.00s J1 | TestNRTCachingDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.01s J1 | TestNRTCachingDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] Completed [110/569] on J1 in 1.77s, 47 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
   [junit4] Completed [111/569] on J2 in 2.77s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixQuery
   [junit4] Completed [112/569] on J2 in 0.53s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge
   [junit4] Completed [113/569] on J3 in 3.27s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDeletionPolicy
   [junit4] IGNOR/A 0.00s J1 | TestDeletionPolicy.testExpirationTimeDeletionPolicy
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [114/569] on J1 in 1.02s, 6 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterCodecReader
   [junit4] Completed [115/569] on J3 in 0.27s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntroSelector
   [junit4] Completed [116/569] on J2 in 0.53s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRecyclingIntBlockAllocator
   [junit4] Completed [117/569] on J3 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery
   [junit4] Completed [118/569] on J1 in 0.50s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRefArray
   [junit4] Completed [119/569] on J3 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntArrayDocIdSet
   [junit4] Completed [120/569] on J1 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanMinShouldMatch
   [junit4] Completed [121/569] on J4 in 2.26s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanationsOfNonMatches
   [junit4] Completed [122/569] on J1 in 0.26s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTwoPhaseCommitTool
   [junit4] Completed [123/569] on J4 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermRangeQuery
   [junit4] Completed [124/569] on J1 in 0.26s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSloppyMath
   [junit4] Completed [125/569] on J3 in 0.75s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOrdinalMap
   [junit4] Completed [126/569] on J3 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter
   [junit4] Completed [127/569] on J1 in 0.75s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestLockFactory
   [junit4] Completed [128/569] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMaxPosition
   [junit4] Completed [129/569] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctionDISI
   [junit4] Completed [130/569] on J2 in 2.52s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCustomSearcherSort
   [junit4] Completed [131/569] on J1 in 0.75s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestAssertions
   [junit4] Completed [132/569] on J3 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermScorer
   [junit4] Completed [133/569] on J2 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestDemo
   [junit4] Completed [134/569] on J3 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYMultiLineShapeQueries
   [junit4] IGNOR/A 0.00s J4 | TestXYMultiLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [135/569] on J4 in 2.51s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexInput
   [junit4] Completed [136/569] on J2 in 0.76s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestExternalCodecs
   [junit4] Completed [137/569] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDateSort
   [junit4] Completed [138/569] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRateLimiter
   [junit4] Completed [139/569] on J4 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal
   [junit4] Completed [140/569] on J3 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum
   [junit4] IGNOR/A 0.00s J1 | TestTermsEnum.testVaryingTermsPerSegment
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [141/569] on J1 in 2.25s, 13 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearch
   [junit4] Completed [142/569] on J3 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedLengthBytesRefArray
   [junit4] Completed [143/569] on J1 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum2
   [junit4] Completed [144/569] on J2 in 1.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFrequencyTrackingRingBuffer
   [junit4] Completed [145/569] on J2 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestAnalyzerWrapper
   [junit4] Completed [146/569] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReaderReopen
   [junit4] Completed [147/569] on J4 in 1.51s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.TestDocIdsWriter
   [junit4] Completed [148/569] on J1 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermStates
   [junit4] Completed [149/569] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCachingTokenFilter
   [junit4] Completed [150/569] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.TestMutablePointsReaderUtils
   [junit4] Completed [151/569] on J2 in 1.00s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharArrayMap
   [junit4] Completed [152/569] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectors
   [junit4] Completed [153/569] on J2 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteBuffersDataOutput
   [junit4] Completed [154/569] on J2 in 0.16s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharArraySet
   [junit4] Completed [155/569] on J3 in 0.25s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanMultiTermQueryWrapper
   [junit4] Completed [156/569] on J2 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteBuffersDataInput
   [junit4] Completed [157/569] on J1 in 1.56s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharFilter
   [junit4] Completed [158/569] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
   [junit4] Completed [159/569] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestQueryRescorer
   [junit4] Completed [160/569] on J4 in 2.25s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPointDistanceSort
   [junit4] IGNOR/A 0.00s J2 | TestLatLonPointDistanceSort.testRandomHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [161/569] on J2 in 0.75s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestDelegatingAnalyzerWrapper
   [junit4] Completed [162/569] on J3 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntsRef
   [junit4] Completed [163/569] on J4 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConstantScoreQuery
   [junit4] Completed [164/569] on J4 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenFilter
   [junit4] Completed [165/569] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4] Completed [166/569] on J0 in 19.33s, 53 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPointDistanceFeatureQuery
   [junit4] Completed [167/569] on J1 in 1.50s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMaxDocs
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMaxDocs.testAddTooManyIndexesDir
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMaxDocs.testExactlyAtTrueLimit
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes over two hours))
   [junit4] Completed [168/569] on J0 in 0.76s, 21 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopDocsCollector
   [junit4] Completed [169/569] on J4 in 1.75s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers
   [junit4] Completed [170/569] on J3 in 1.76s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestReusableStringReader
   [junit4] Completed [171/569] on J3 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
   [junit4] IGNOR/A 0.00s J2 | TestIndexWriterReader.testDuringAddIndexes
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [172/569] on J2 in 3.25s, 23 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexOptions
   [junit4] Completed [173/569] on J4 in 1.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOutOfFileDescriptors
   [junit4] Completed [174/569] on J1 in 2.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFeatureSort
   [junit4] Completed [175/569] on J2 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestStopFilter
   [junit4] Completed [176/569] on J3 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDisjunctionScoreBlockBoundaryPropagator
   [junit4] Completed [177/569] on J4 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFeatureField
   [junit4] Completed [178/569] on J1 in 0.26s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSoftDeletesDirectoryReaderWrapper
   [junit4] Completed [179/569] on J1 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSoftDeletesRetentionMergePolicy
   [junit4] Completed [180/569] on J2 in 0.50s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestWordlistLoader
   [junit4] Completed [181/569] on J3 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestThreadedForceMerge
   [junit4] Completed [182/569] on J4 in 1.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFutureObjects
   [junit4] Completed [183/569] on J4 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing2
   [junit4] Completed [184/569] on J2 in 1.00s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.compress.TestHighLZ4
   [junit4] Completed [185/569] on J4 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsWriter
   [junit4] Completed [186/569] on J4 in 0.28s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestDirectory
   [junit4] IGNOR/A 0.00s J4 | TestDirectory.testListAll
   [junit4]    > Assumption #1: this test does not expect extra files
   [junit4] Completed [187/569] on J4 in 0.27s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSortedNumericAroundBlockSize
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testTermsEnumRandomMany
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testTermsEnumLongSharedPrefixes
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testTermsEnumFixedWidth
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testThreads3
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testThreads2
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSortedNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSortedVariableLengthManyVsStoredFields
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testNumericFieldJumpTables
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSparseSortedNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSparseNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSortedSetVariableLengthManyVsStoredFields
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testTermsEnumVariableWidth
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testSortedSetAroundBlockSize
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [188/569] on J5 in 62.22s, 129 tests, 16 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanNotQuery
   [junit4] Completed [189/569] on J4 in 0.27s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCollectionUtil
   [junit4] Completed [190/569] on J2 in 1.50s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.standard.TestStandardAnalyzer
   [junit4] Completed [191/569] on J3 in 2.27s, 45 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestUnicodeUtil
   [junit4] Completed [192/569] on J5 in 0.51s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBooleanSimilarity
   [junit4] Completed [193/569] on J5 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestBytesRefAttImpl
   [junit4] Completed [194/569] on J3 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRandom
   [junit4] Completed [195/569] on J5 in 0.77s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl
   [junit4] Completed [196/569] on J3 in 0.52s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNamedSPILoader
   [junit4] Completed [197/569] on J5 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing
   [junit4] Completed [198/569] on J1 in 4.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCloseableThreadLocal
   [junit4] Completed [199/569] on J1 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestPackedTokenAttributeImpl
   [junit4] Completed [200/569] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestSimpleAttributeImpl
   [junit4] Completed [201/569] on J3 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYPointShapeQueries
   [junit4] IGNOR/A 0.00s J1 | TestXYPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [202/569] on J1 in 0.75s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock
   [junit4] Completed [203/569] on J3 in 0.39s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecUtil
   [junit4] Completed [204/569] on J3 in 0.26s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4] Completed [205/569] on J5 in 2.28s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCompetitiveFreqNormAccumulator
   [junit4] Completed [206/569] on J3 in 0.27s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestXYPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [207/569] on J2 in 4.01s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode
   [junit4] Completed [208/569] on J3 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastDecompressionMode
   [junit4] Completed [209/569] on J3 in 0.27s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions2
   [junit4] Completed [210/569] on J2 in 1.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode
   [junit4] Completed [211/569] on J3 in 0.29s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4] Completed [212/569] on J5 in 1.76s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldsReader
   [junit4] Completed [213/569] on J2 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanOrQuery
   [junit4] Completed [214/569] on J5 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator
   [junit4] Completed [215/569] on J2 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticSimilarity
   [junit4] Completed [216/569] on J5 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRef
   [junit4] Completed [217/569] on J2 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCachingCollector
   [junit4] Completed [218/569] on J5 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSetOnce
   [junit4] Completed [219/569] on J2 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOneMergeWrappingMergePolicy
   [junit4] Completed [220/569] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValuesIndexing
   [junit4] Completed [221/569] on J5 in 0.50s, 34 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J4 | TestLatLonPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [222/569] on J4 in 7.26s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [junit4] Completed [223/569] on J5 in 0.75s, 57 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestHugeRamFile
   [junit4] Completed [224/569] on J2 in 1.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPoint2D
   [junit4] Completed [225/569] on J5 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterUnicode
   [junit4] Completed [226/569] on J4 in 0.75s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDoc
   [junit4] Completed [227/569] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFieldType
   [junit4] Completed [228/569] on J4 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50CompoundFormat
   [junit4] IGNOR/A 0.00s J3 | TestLucene50CompoundFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [229/569] on J3 in 2.51s, 28 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.compress.TestLowercaseAsciiCompression
   [junit4] Completed [230/569] on J5 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharacterUtils
   [junit4] Completed [231/569] on J5 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50LiveDocsFormat
   [junit4] IGNOR/A 0.00s J3 | TestLucene50LiveDocsFormat.testOverflow
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Uses lots of memory))
   [junit4] Completed [232/569] on J3 in 0.25s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelLeafReader
   [junit4] Completed [233/569] on J5 in 0.25s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSortingCodecReader
   [junit4] Completed [234/569] on J4 in 0.75s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSumDocFreq
   [junit4] Completed [235/569] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedBitDocIdSet
   [junit4] Completed [236/569] on J5 in 0.51s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFilterIterator
   [junit4] Completed [237/569] on J4 in 0.27s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYShapeEncoding
   [junit4] Completed [238/569] on J4 in 0.26s, 18 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestManyFields
   [junit4] Completed [239/569] on J2 in 2.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldInvertState
   [junit4] Completed [240/569] on J5 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterFromReader
   [junit4] Completed [241/569] on J4 in 0.50s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterDirectoryReader
   [junit4] Completed [242/569] on J4 in 0.28s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene60FieldInfoFormat
   [junit4] Completed [243/569] on J2 in 0.76s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRoaringDocIdSet
   [junit4] Completed [244/569] on J4 in 0.52s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanOr
   [junit4] Completed [245/569] on J5 in 2.02s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterExceptions.testMergeExceptionIsTragic
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterExceptions.testTooManyTokens
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [246/569] on J1 in 9.76s, 37 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldUpdatesBuffer
   [junit4] Completed [247/569] on J1 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRefHash
   [junit4] Completed [248/569] on J4 in 2.01s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestArrayUtil
   [junit4] Completed [249/569] on J5 in 1.25s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] IGNOR/A 0.00s J1 | TestRamUsageEstimator.testHotspotBean
   [junit4]    > Assumption #1: testHotspotBean only works on 64bit JVMs.
   [junit4] IGNOR/A 0.00s J1 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] Completed [250/569] on J1 in 0.25s, 10 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSmallFloat
   [junit4] Completed [251/569] on J4 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNewestSegment
   [junit4] Completed [252/569] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestByteBlockPool
   [junit4] Completed [253/569] on J1 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSentinelIntSet
   [junit4] Completed [254/569] on J1 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader
   [junit4] Completed [255/569] on J4 in 0.50s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitTf
   [junit4] Completed [256/569] on J1 in 0.27s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestIndexedDISI
   [junit4] IGNOR/A 0.00s J2 | TestIndexedDISI.testRandomBlocks
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J2 | TestIndexedDISI.testEmptyBlocks
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [257/569] on J2 in 3.00s, 17 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4] IGNOR/A 0.00s J5 | TestMinimize.testMinimizeHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [258/569] on J5 in 0.75s, 3 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesFixedSorted
   [junit4] IGNOR/A 0.00s J5 | Test2BSortedDocValuesFixedSorted.testFixedSorted
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [259/569] on J5 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestMmapDirectory
   [junit4] Completed [260/569] on J4 in 0.52s, 45 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMaxTermFrequency
   [junit4] Completed [261/569] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestPForUtil
   [junit4] Completed [262/569] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50TermVectorsFormat
   [junit4] IGNOR/A 0.00s J3 | TestLucene50TermVectorsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [263/569] on J3 in 5.77s, 18 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDoubleRange
   [junit4] Completed [264/569] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFloatRange
   [junit4] Completed [265/569] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80NormsFormat
   [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormat.testSparseNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormat.testNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] Completed [266/569] on J0 in 20.02s, 32 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestIntRange
   [junit4] Completed [267/569] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonDocValuesField
   [junit4] Completed [268/569] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBM25Similarity
   [junit4] Completed [269/569] on J0 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBlendedTermQuery
   [junit4] Completed [270/569] on J0 in 0.27s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4] Completed [271/569] on J5 in 2.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLSBRadixSorter
   [junit4] Completed [272/569] on J5 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTragicIndexWriterDeadlock
   [junit4] Completed [273/569] on J0 in 0.51s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeEncoding
   [junit4] Completed [274/569] on J0 in 0.27s, 18 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNIOFSDirectory
   [junit4] Completed [275/569] on J0 in 0.50s, 45 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomTermFreq
   [junit4] Completed [276/569] on J0 in 0.25s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.TestBKDRadixSelector
   [junit4] IGNOR/A 0.00s J5 | TestBKDRadixSelector.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [277/569] on J5 in 1.50s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector
   [junit4] Completed [278/569] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSameTokenSamePosition
   [junit4] Completed [279/569] on J5 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestInPlaceMergeSorter
   [junit4] Completed [280/569] on J0 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanations
   [junit4] Completed [281/569] on J0 in 0.50s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonLineShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestLatLonLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [282/569] on J2 in 3.25s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermQuery
   [junit4] Completed [283/569] on J0 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexCommit
   [junit4] Completed [284/569] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestControlledRealTimeReopenThread
   [junit4] IGNOR/A 0.00s J0 | TestControlledRealTimeReopenThread.testCRTReopen
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-5737))
   [junit4] Completed [285/569] on J0 in 0.75s, 6 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTerms
   [junit4] Completed [286/569] on J0 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPointShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [287/569] on J2 in 1.25s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterStallControl
   [junit4] Completed [288/569] on J5 in 3.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestToken
   [junit4] Completed [289/569] on J5 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedBitSet
   [junit4] Completed [290/569] on J0 in 1.51s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.TestBKDRadixSort
   [junit4] Completed [291/569] on J0 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTerm
   [junit4] Completed [292/569] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestGrowableByteArrayDataOutput
   [junit4] Completed [293/569] on J1 in 8.53s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiLineShapeQueries
   [junit4] IGNOR/A 0.00s J3 | TestLatLonMultiLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [294/569] on J3 in 6.51s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteArrayDataInput
   [junit4] Completed [295/569] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanationsOfNonMatches
   [junit4] Completed [296/569] on J0 in 0.26s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPoint
   [junit4] Completed [297/569] on J0 in 0.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterOnVMError.testCheckpoint
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [298/569] on J0 in 0.50s, 3 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4] Completed [299/569] on J3 in 1.01s, 20 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFeatureDoubleValues
   [junit4] Completed [300/569] on J0 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSnapshotDeletionPolicy
   [junit4] Completed [301/569] on J0 in 0.51s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPointShapeQueries
   [junit4] IGNOR/A 0.00s J3 | TestXYMultiPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [302/569] on J3 in 0.50s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLongPostings
   [junit4] Completed [303/569] on J1 in 2.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressDeletes
   [junit4] Completed [304/569] on J0 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestCircle
   [junit4] Completed [305/569] on J3 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestCircle2D
   [junit4] Completed [306/569] on J1 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCharsRefBuilder
   [junit4] Completed [307/569] on J0 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestGeoEncodingUtils
   [junit4] Completed [308/569] on J3 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestLine2D
   [junit4] Completed [309/569] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPoint
   [junit4] Completed [310/569] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon
   [junit4] Completed [311/569] on J3 in 0.27s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestGeoUtils
   [junit4] Completed [312/569] on J1 in 2.77s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTieredMergePolicy
   [junit4] Completed [313/569] on J5 in 7.01s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestRectangle2D
   [junit4] Completed [314/569] on J1 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterLeafReader
   [junit4] Completed [315/569] on J5 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNeedsScores
   [junit4] Completed [316/569] on J5 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon2D
   [junit4] Completed [317/569] on J3 in 1.50s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestSimpleWKTShapeParsing
   [junit4] Completed [318/569] on J1 in 0.25s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositionIncrement
   [junit4] Completed [319/569] on J5 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecHoldsOpenFiles
   [junit4] Completed [320/569] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYCircle
   [junit4] Completed [321/569] on J1 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiLevelSkipList
   [junit4] Completed [322/569] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsOfNonMatches
   [junit4] Completed [323/569] on J5 in 0.26s, 70 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestTessellator
   [junit4] IGNOR/A 0.00s J3 | TestTessellator.testSimpleTessellationAtNight
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | TestTessellator.testComplexPolygon40
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | TestTessellator.testComplexPolygon42
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [324/569] on J3 in 0.75s, 51 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYLine
   [junit4] Completed [325/569] on J1 in 0.25s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYPoint
   [junit4] Completed [326/569] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYPolygon
   [junit4] Completed [327/569] on J1 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [328/569] on J2 in 10.01s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BBinaryDocValues
   [junit4] IGNOR/A 0.00s J1 | Test2BBinaryDocValues.testVariableBinary
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 6 hours if the heap is 5gb))
   [junit4] IGNOR/A 0.00s J1 | Test2BBinaryDocValues.testFixedBinary
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [329/569] on J1 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSparseFixedBitDocIdSet
   [junit4] Completed [330/569] on J5 in 1.00s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BDocs
   [junit4] IGNOR/A 0.00s J2 | Test2BDocs.test2BDocs
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~30min))
   [junit4] Completed [331/569] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYRectangle
   [junit4] Completed [332/569] on J3 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues
   [junit4] IGNOR/A 0.00s J1 | Test2BNumericDocValues.testNumerics
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 2 hours if the heap is 5gb))
   [junit4] Completed [333/569] on J1 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [junit4] Completed [334/569] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPoints
   [junit4] IGNOR/A 0.00s J2 | Test2BPoints.test2D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] IGNOR/A 0.00s J2 | Test2BPoints.test1D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] Completed [335/569] on J2 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPositions
   [junit4] IGNOR/A 0.00s J3 | Test2BPositions.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=uses lots of space and takes a few minutes))
   [junit4] Completed [336/569] on J3 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostings
   [junit4] IGNOR/A 0.00s J1 | Test2BPostings.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [337/569] on J1 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostingsBytes
   [junit4] IGNOR/A 0.00s J2 | Test2BPostingsBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~20GB-30GB of space and 10 minutes))
   [junit4] Completed [338/569] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesOrds
   [junit4] IGNOR/A 0.00s J3 | Test2BSortedDocValuesOrds.test2BOrds
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [339/569] on J3 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J0 | TestXYMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [340/569] on J0 in 6.51s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BTerms
   [junit4] IGNOR/A 0.00s J1 | Test2BTerms.test2BTerms
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=very slow, use 5g minimum heap))
   [junit4] Completed [341/569] on J1 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
   [junit4] IGNOR/A 0.00s J2 | Test4GBStoredFields.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [342/569] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDeleteByQuery
   [junit4] Completed [343/569] on J0 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesDetectTruncation
   [junit4] IGNOR/A 0.00s J2 | TestAllFilesDetectTruncation.test
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9409))
   [junit4] Completed [344/569] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldReuse
   [junit4] Completed [345/569] on J0 in 0.25s, 2 tests
   [jun

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

J1 | IndexSizeTriggerTest.testValidProperties
   [junit4] OK      0.26s J1 | IndexSizeTriggerTest.testSplitConfig
   [junit4] Completed [3/5] on J1 in 8.88s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4] OK      0.50s J0 | IndexSizeTriggerTest.testTrigger
   [junit4] OK      0.31s J0 | IndexSizeTriggerTest.testMergeIntegration
   [junit4] OK      0.13s J0 | IndexSizeTriggerTest.testInvalidSplitConfig
   [junit4] OK      0.66s J0 | IndexSizeTriggerTest.testSplitIntegration
   [junit4] OK      0.45s J0 | IndexSizeTriggerTest.testMaxOps
   [junit4] OK      0.12s J0 | IndexSizeTriggerTest.testValidProperties
   [junit4] OK      0.27s J0 | IndexSizeTriggerTest.testSplitConfig
   [junit4] Completed [4/5] on J0 in 8.80s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4] OK      0.53s J4 | IndexSizeTriggerTest.testTrigger
   [junit4] OK      0.33s J4 | IndexSizeTriggerTest.testMergeIntegration
   [junit4] OK      0.13s J4 | IndexSizeTriggerTest.testInvalidSplitConfig
   [junit4] OK      0.67s J4 | IndexSizeTriggerTest.testSplitIntegration
   [junit4] OK      0.48s J4 | IndexSizeTriggerTest.testMaxOps
   [junit4] OK      0.13s J4 | IndexSizeTriggerTest.testValidProperties
   [junit4] OK      0.27s J4 | IndexSizeTriggerTest.testSplitConfig
   [junit4] Completed [5/5] on J4 in 8.82s, 7 tests
   [junit4] 
   [junit4] JVM J3: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J3-20200907_004810_2522598339989267988223.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
   [junit4] <<< JVM J3: EOF ----
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20200907_004810_2525349931993903407895.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
   [junit4] <<< JVM J2: EOF ----
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20200907_004810_2527032502100549292114.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
   [junit4] <<< JVM J1: EOF ----
   [junit4] JVM J4: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J4-20200907_004810_2524172673270932278315.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
   [junit4] <<< JVM J4: EOF ----
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20200907_004810_252447009179092410005.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
   [junit4] <<< JVM J0: EOF ----
   [junit4] JVM J0:     0.65 ..    10.19 =     9.55s
   [junit4] JVM J1:     0.65 ..    10.18 =     9.53s
   [junit4] JVM J2:     0.66 ..    10.00 =     9.34s
   [junit4] JVM J3:     0.65 ..     9.99 =     9.34s
   [junit4] JVM J4:     0.65 ..    10.19 =     9.54s
   [junit4] Execution time total: 10 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 239.70s | org.apache.solr.cloud.TestStressLiveNodes
[junit4:tophints] 199.14s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 117.04s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 105.78s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerMixedBoundsTest
[junit4:tophints]  99.13s | org.apache.solr.request.TestIntervalFaceting

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 11 seconds
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2865)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2744)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2725)
	at hudson.FilePath.act(FilePath.java:1076)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2723)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:270)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1919)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/home/jenkins/workspace/Lucene-Solr-8.x-Linux')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory '/home/jenkins/workspace/Lucene-Solr-8.x-Linux'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Linux/builds/4308/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Linux #4306' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Linux #4308'.
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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-Experimental-GC] Lucene-Solr-8.x-Linux (64bit/jdk-11.0.6) - Build # 4307 - Failure!

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

All tests passed

Build Log:
[...truncated 14602 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20200906_222834_288264154024889872258.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGILL (0x4) at pc=0x00007efbfe9fbe96, pid=1511673, tid=1572652
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 11.0.6+10)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (11.0.6+10, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # J 43180 c2 org.apache.solr.schema.TrieField.readableToIndexed(Ljava/lang/CharSequence;Lorg/apache/lucene/util/BytesRefBuilder;)V (160 bytes) @ 0x00007efbfe9fbe96 [0x00007efbfe9fade0+0x00000000000010b6]
   [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-8.x-Linux/solr/build/solr-core/test/J0/hs_err_pid1511673.log
   [junit4] Compiled method (c2)  507058 43180       4       org.apache.solr.schema.TrieField::readableToIndexed (160 bytes)
   [junit4]  total in heap  [0x00007efbfe9fab10,0x00007efbfe9fd190] = 9856
   [junit4]  relocation     [0x00007efbfe9fac88,0x00007efbfe9fadd0] = 328
   [junit4]  main code      [0x00007efbfe9fade0,0x00007efbfe9fc3c0] = 5600
   [junit4]  stub code      [0x00007efbfe9fc3c0,0x00007efbfe9fc460] = 160
   [junit4]  oops           [0x00007efbfe9fc460,0x00007efbfe9fc470] = 16
   [junit4]  metadata       [0x00007efbfe9fc470,0x00007efbfe9fc518] = 168
   [junit4]  scopes data    [0x00007efbfe9fc518,0x00007efbfe9fcaf0] = 1496
   [junit4]  scopes pcs     [0x00007efbfe9fcaf0,0x00007efbfe9fcf60] = 1136
   [junit4]  dependencies   [0x00007efbfe9fcf60,0x00007efbfe9fcf70] = 16
   [junit4]  handler table  [0x00007efbfe9fcf70,0x00007efbfe9fd0c0] = 336
   [junit4]  nul chk table  [0x00007efbfe9fd0c0,0x00007efbfe9fd190] = 208
   [junit4] Compiled method (c2)  507058 43096       4       org.apache.solr.schema.TrieField::getSpecializedRangeQuery (422 bytes)
   [junit4]  total in heap  [0x00007efbfe9b2310,0x00007efbfe9b8860] = 25936
   [junit4]  relocation     [0x00007efbfe9b2488,0x00007efbfe9b2818] = 912
   [junit4]  main code      [0x00007efbfe9b2820,0x00007efbfe9b6240] = 14880
   [junit4]  stub code      [0x00007efbfe9b6240,0x00007efbfe9b6438] = 504
   [junit4]  oops           [0x00007efbfe9b6438,0x00007efbfe9b647
   [junit4] 8] = 64
   [junit4]  metadata       [0x00007efbfe9b6478,0x00007efbfe9b65f0] = 376
   [junit4]  scopes data    [0x00007efbfe9b65f0,0x00007efbfe9b7938] = 4936
   [junit4]  scopes pcs     [0x00007efbfe9b7938,0x00007efbfe9b8258] = 2336
   [junit4]  dependencies   [0x00007efbfe9b8258,0x00007efbfe9b8268] = 16
   [junit4]  handler table  [0x00007efbfe9b8268,0x00007efbfe9b87a8] = 1344
   [junit4]  nul chk table  [0x00007efbfe9b87a8,0x00007efbfe9b8860] = 184
   [junit4] Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
   [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 1967 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps -ea -esa -da:java.util.HashMap --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=C55B6B9538B17F9A -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=8.7.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-8.x-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-8.x-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/etc/security.policy -Dtests.LUCENE_VERSION=8.7.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-8.x-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp -Djunit4.childvm.id=0 -Djunit4.childvm.count=6 -Dfile.encoding=UTF-8 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/classes/test:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/test-framework/lib/junit4-ant-2.7.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/test-framework/lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-solrj/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/analysis/common/lucene-analyzers-common-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/analysis/nori/lucene-analyzers-nori-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/lucene-codecs-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/backward-codecs/lucene-backward-codecs-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/highlighter/lucene-highlighter-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/memory/lucene-memory-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/misc/lucene-misc-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/spatial-extras/lucene-spatial-extras-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/spatial3d/lucene-spatial3d-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/expressions/lucene-expressions-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/suggest/lucene-suggest-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/grouping/lucene-grouping-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/queries/lucene-queries-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/queryparser/lucene-queryparser-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/join/lucene-join-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/sandbox/lucene-sandbox-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/classification/lucene-classification-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/asm-7.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/asm-commons-7.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/avatica-core-1.13.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/caffeine-2.8.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/calcite-core-1.18.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/calcite-linq4j-1.18.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-cli-1.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-codec-1.13.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-collections4-4.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-compiler-3.0.9.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-configuration2-2.1.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-exec-1.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-io-2.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-lang3-3.9.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-math3-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/curator-client-2.13.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/curator-framework-2.13.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/curator-recipes-2.13.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/disruptor-3.4.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/eigenbase-properties-1.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/guava-25.1-jre.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/hadoop-annotations-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/hadoop-auth-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/hadoop-common-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/hadoop-hdfs-client-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/hppc-0.8.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/htrace-core4-4.1.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/jackson-annotations-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/jackson-core-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/jackson-databind-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/jackson-dataformat-smile-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/janino-3.0.9.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/java-semver-0.9.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/jcl-over-slf4j-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/jose4j-0.6.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/json-path-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/kerb-core-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/kerb-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/kerby-asn1-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/kerby-pkix-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/log4j-1.2-api-2.13.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/log4j-api-2.13.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/log4j-core-2.13.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/log4j-slf4j-impl-2.13.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/opentracing-api-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/opentracing-noop-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/opentracing-util-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/org.restlet-2.4.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/org.restlet.ext.servlet-2.4.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/protobuf-java-3.11.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/re2j-1.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/rrd4j-3.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/s2-geometry-library-java-1.0.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/spatial4j-0.7.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/lib/t-digest-3.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/commons-io-2.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/commons-lang-2.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/commons-math3-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/http2-client-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/http2-common-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/http2-hpack-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/http2-http-client-transport-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/httpclient-4.5.10.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/httpcore-4.4.12.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/httpmime-4.5.10.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jcl-over-slf4j-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jetty-alpn-client-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jetty-alpn-java-client-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jetty-client-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jetty-http-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jetty-io-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/jetty-util-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-buffer-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-codec-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-common-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-handler-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-resolver-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-transport-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/snappy-java-1.1.7.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/zookeeper-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/zookeeper-jute-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/http2-common-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/http2-hpack-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/http2-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-alpn-java-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-alpn-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-continuation-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-deploy-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-http-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-io-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-jmx-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-rewrite-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-security-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-servlet-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-servlets-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-util-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-webapp-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-xml-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-core-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-graphite-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-jetty9-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-jmx-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-jvm-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-minicluster-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/jersey-core-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/jersey-server-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/netty-all-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-8.7.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20200906_222834_2881112749382018654245.events @/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20200906_222834_28812825445469187677322.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-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20200906_222834_288264154024889872258.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:834)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:578: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1126: 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-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20200906_222834_288264154024889872258.sysout

Total time: 41 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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