You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/07/03 10:51:01 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1730 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1730/

All tests passed

Build Log:
[...truncated 64499 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1476437202
 [ecj-lint] Compiling 1019 source files to /tmp/ecj1476437202
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20 problems (1 error, 19 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 76 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1733 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1733/

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

Error Message:
Error from server at https://127.0.0.1:45195/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at https://127.0.0.1:45195/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([1FBD295EA8D56A5F:F2E3D12F9A9FBDD6]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
	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:370)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	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 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$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 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 15279 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 3558060 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3558060 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3558060 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/data-dir-189-001
   [junit4]   2> 3558060 WARN  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 3558061 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3558062 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3558066 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 3558066 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001
   [junit4]   2> 3558067 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3558067 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 3558067 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3558068 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 3558167 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer start zk server on port: 42409
   [junit4]   2> 3558167 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42409
   [junit4]   2> 3558167 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42409
   [junit4]   2> 3558167 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42409
   [junit4]   2> 3558170 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558172 INFO  (zkConnectionManagerCallback-23495-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558173 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558175 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558177 INFO  (zkConnectionManagerCallback-23497-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558177 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558178 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558179 INFO  (zkConnectionManagerCallback-23499-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558179 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558284 WARN  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3558285 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3558285 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3558285 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 3558286 WARN  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3558286 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3558286 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3558286 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 3558287 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3558287 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3558287 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3558288 WARN  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3558288 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3558288 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3558288 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 3558289 WARN  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3558289 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3558289 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3558289 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 3558289 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c19e655{/solr,null,AVAILABLE}
   [junit4]   2> 3558291 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3558291 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3558291 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3558291 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71065c06{/solr,null,AVAILABLE}
   [junit4]   2> 3558291 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@49e49cb4{SSL, (ssl, http/1.1)}{127.0.0.1:45195}
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.e.j.s.Server Started @3558380ms
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45195}
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27501a36{/solr,null,AVAILABLE}
   [junit4]   2> 3558292 ERROR (jetty-launcher-23500-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17eeea02{/solr,null,AVAILABLE}
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-04T12:27:08.735Z
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@392835{SSL, (ssl, http/1.1)}{127.0.0.1:38809}
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-4) [     ] o.e.j.s.Server Started @3558381ms
   [junit4]   2> 3558292 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38809}
   [junit4]   2> 3558293 ERROR (jetty-launcher-23500-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-04T12:27:08.736Z
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@388b9018{SSL, (ssl, http/1.1)}{127.0.0.1:44589}
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-2) [     ] o.e.j.s.Server Started @3558382ms
   [junit4]   2> 3558293 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44589}
   [junit4]   2> 3558294 ERROR (jetty-launcher-23500-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-04T12:27:08.737Z
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@35bc385c{SSL, (ssl, http/1.1)}{127.0.0.1:36713}
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.e.j.s.Server Started @3558382ms
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36713}
   [junit4]   2> 3558294 ERROR (jetty-launcher-23500-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3558294 INFO  (zkConnectionManagerCallback-23502-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 3558294 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-04T12:27:08.737Z
   [junit4]   2> 3558295 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558295 INFO  (zkConnectionManagerCallback-23504-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558295 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558295 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3558296 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558296 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3558296 INFO  (zkConnectionManagerCallback-23506-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558296 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558296 INFO  (zkConnectionManagerCallback-23508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558296 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558297 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3558297 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3558309 WARN  (jetty-launcher-23500-thread-4-SendThread(127.0.0.1:42409)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103a44939410004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103a44939410004, 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 0x103a44939410004, 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> 3558862 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3558862 WARN  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3558863 WARN  (jetty-launcher-23500-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e7f0f51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3558863 WARN  (jetty-launcher-23500-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e7f0f51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3558866 WARN  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3558867 WARN  (jetty-launcher-23500-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43138f17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3558867 WARN  (jetty-launcher-23500-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43138f17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3558868 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42409/solr
   [junit4]   2> 3558869 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558870 INFO  (zkConnectionManagerCallback-23528-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558870 INFO  (jetty-launcher-23500-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3558973 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3558974 INFO  (zkConnectionManagerCallback-23530-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3558974 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3559101 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45195_solr
   [junit4]   2> 3559102 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.c.Overseer Overseer (id=73082653368188936-127.0.0.1:45195_solr-n_0000000000) starting
   [junit4]   2> 3559108 INFO  (OverseerStateUpdate-73082653368188936-127.0.0.1:45195_solr-n_0000000000) [n:127.0.0.1:45195_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45195_solr
   [junit4]   2> 3559109 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45195_solr
   [junit4]   2> 3559110 INFO  (OverseerStateUpdate-73082653368188936-127.0.0.1:45195_solr-n_0000000000) [n:127.0.0.1:45195_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3559113 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3559114 WARN  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_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> 3559133 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3559180 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45195.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559192 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45195.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559193 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45195.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559194 INFO  (jetty-launcher-23500-thread-1) [n:127.0.0.1:45195_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node1
   [junit4]   2> 3559320 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3559320 WARN  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3559322 WARN  (jetty-launcher-23500-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11bfa427[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559322 WARN  (jetty-launcher-23500-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11bfa427[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559325 WARN  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3559326 WARN  (jetty-launcher-23500-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@352a6324[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559326 WARN  (jetty-launcher-23500-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@352a6324[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559327 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42409/solr
   [junit4]   2> 3559328 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3559329 INFO  (zkConnectionManagerCallback-23550-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3559329 INFO  (jetty-launcher-23500-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3559331 WARN  (jetty-launcher-23500-thread-2-SendThread(127.0.0.1:42409)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103a44939410009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103a44939410009, 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 0x103a44939410009, 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> 3559432 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3559434 INFO  (zkConnectionManagerCallback-23552-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3559434 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3559441 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3559445 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44589_solr as DOWN
   [junit4]   2> 3559446 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3559446 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44589_solr
   [junit4]   2> 3559448 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3559448 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3559449 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3559450 WARN  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_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> 3559469 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3559498 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44589.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559513 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44589.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559513 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44589.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559515 INFO  (jetty-launcher-23500-thread-2) [n:127.0.0.1:44589_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node2
   [junit4]   2> 3559731 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3559731 WARN  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3559732 WARN  (jetty-launcher-23500-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f750061[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559732 WARN  (jetty-launcher-23500-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f750061[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559735 WARN  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3559735 WARN  (jetty-launcher-23500-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f04f6d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559735 WARN  (jetty-launcher-23500-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f04f6d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3559737 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42409/solr
   [junit4]   2> 3559738 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3559739 INFO  (zkConnectionManagerCallback-23568-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3559739 INFO  (jetty-launcher-23500-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3559842 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3559843 INFO  (zkConnectionManagerCallback-23570-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3559843 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3559852 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3559858 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36713_solr as DOWN
   [junit4]   2> 3559860 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3559860 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36713_solr
   [junit4]   2> 3559862 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3559862 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3559862 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3559864 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3559864 WARN  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_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> 3559884 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3559914 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36713.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559930 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36713.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559930 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36713.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3559932 INFO  (jetty-launcher-23500-thread-3) [n:127.0.0.1:36713_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node3
   [junit4]   2> 3560647 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3560647 WARN  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3560649 WARN  (jetty-launcher-23500-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e806d7c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3560649 WARN  (jetty-launcher-23500-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e806d7c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3560652 WARN  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3560652 WARN  (jetty-launcher-23500-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@520ed6b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3560652 WARN  (jetty-launcher-23500-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@520ed6b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3560654 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42409/solr
   [junit4]   2> 3560655 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3560656 INFO  (zkConnectionManagerCallback-23586-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3560656 INFO  (jetty-launcher-23500-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3560758 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3560759 INFO  (zkConnectionManagerCallback-23588-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3560759 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3560767 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3560772 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38809_solr as DOWN
   [junit4]   2> 3560773 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3560773 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38809_solr
   [junit4]   2> 3560774 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3560774 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3560775 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3560775 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3560776 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3560777 WARN  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_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> 3560796 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3560828 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38809.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3560845 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38809.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3560845 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38809.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79f9c063
   [junit4]   2> 3560847 INFO  (jetty-launcher-23500-thread-4) [n:127.0.0.1:38809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node4
   [junit4]   2> 3560897 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 3560898 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3560899 INFO  (zkConnectionManagerCallback-23601-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3560899 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3560900 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3560902 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42409/solr ready
   [junit4]   2> 3561009 INFO  (qtp180437829-40620) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44589_solr} status=0 QTime=0
   [junit4]   2> 3561009 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44589_solr 
   [junit4]   2> 3561013 INFO  (qtp846461800-40630) [n:127.0.0.1:44589_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> 3561016 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 3561022 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 3561022 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 3561035 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44589_solr} status=0 QTime=0
   [junit4]   2> 3561036 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44589_solr 
   [junit4]   2> 3561039 INFO  (qtp846461800-40630) [n:127.0.0.1:44589_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> 3561040 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 3561046 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 3561046 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 3561062 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44589_solr} status=0 QTime=0
   [junit4]   2> 3561062 INFO  (updateExecutor-23564-thread-1-processing-n:127.0.0.1:36713_solr) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44589_solr 
   [junit4]   2> 3561063 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=92
   [junit4]   1> sync resp: https://127.0.0.1:44589/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 3561065 INFO  (qtp846461800-40630) [n:127.0.0.1:44589_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> 3561066 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 3561071 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_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=2
   [junit4]   2> 3561075 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_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> 3561079 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_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> 3561081 INFO  (updateExecutor-23564-thread-1-processing-n:127.0.0.1:36713_solr) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 3561081 INFO  (updateExecutor-23564-thread-1-processing-n:127.0.0.1:36713_solr) [n:127.0.0.1:36713_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 3561084 INFO  (qtp180437829-40620) [n:127.0.0.1:38809_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> 3561094 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561095 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
   [junit4]   2> 3561096 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_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> 3561097 INFO  (qtp180437829-40620) [n:127.0.0.1:38809_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> 3561098 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_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> 3561098 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
   [junit4]   2> 3561104 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 3561106 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:44589_solr} status=0 QTime=0
   [junit4]   2> 3561106 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:44589_solr 
   [junit4]   2> 3561107 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 3561107 INFO  (qtp1061442348-40629) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:44589_solr} status=0 QTime=0
   [junit4]   2> 3561107 INFO  (updateExecutor-23564-thread-1-processing-n:127.0.0.1:36713_solr) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:44589_solr 
   [junit4]   2> 3561108 INFO  (qtp846461800-40630) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 3561108 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 3561108 INFO  (qtp1125971908-40605) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:44589_solr} status=0 QTime=0
   [junit4]   2> 3561108 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:44589_solr 
   [junit4]   2> 3561109 INFO  (qtp846461800-40630) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 3561109 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 3561110 INFO  (qtp846461800-40630) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 3561111 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_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=19
   [junit4]   2> 3561115 INFO  (qtp1125971908-40605) [n:127.0.0.1:45195_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> 3561115 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 3561115 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 3561116 INFO  (updateExecutor-23564-thread-1-processing-n:127.0.0.1:36713_solr) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 3561116 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 3561116 INFO  (updateExecutor-23564-thread-1-processing-n:127.0.0.1:36713_solr) [n:127.0.0.1:36713_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 3561116 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 3561120 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_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> 3561124 INFO  (qtp1061442348-40629) [n:127.0.0.1:36713_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> 3561128 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_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> 3561133 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561134 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
   [junit4]   2> 3561137 INFO  (qtp846461800-40628) [n:127.0.0.1:44589_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> 3561140 INFO  (qtp180437829-40620) [n:127.0.0.1:38809_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> 3561143 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_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> 3561143 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
   [junit4]   2> 3561152 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 3561156 INFO  (qtp1125971908-40605) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:36713_solr} status=0 QTime=0
   [junit4]   2> 3561156 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:36713_solr 
   [junit4]   2> 3561157 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:36713_solr} status=0 QTime=0
   [junit4]   2> 3561157 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:36713_solr 
   [junit4]   2> 3561158 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:36713_solr} status=0 QTime=0
   [junit4]   2> 3561159 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_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=27
   [junit4]   2> 3561159 INFO  (updateExecutor-23546-thread-3-processing-n:127.0.0.1:44589_solr) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:36713_solr 
   [junit4]   2> 3561162 INFO  (qtp1061442348-40629) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 3561162 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 3561162 INFO  (qtp1061442348-40632) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 3561163 INFO  (qtp1061442348-40629) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 3561163 INFO  (qtp1061442348-40627) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 3561163 INFO  (qtp1061442348-40632) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 3561166 INFO  (qtp1125971908-40605) [n:127.0.0.1:45195_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> 3561169 INFO  (updateExecutor-23546-thread-3-processing-n:127.0.0.1:44589_solr) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 3561169 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 3561169 INFO  (updateExecutor-23546-thread-3-processing-n:127.0.0.1:44589_solr) [n:127.0.0.1:44589_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 3561169 INFO  (updateExecutor-23582-thread-1-processing-n:127.0.0.1:38809_solr) [n:127.0.0.1:38809_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 3561169 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 3561169 INFO  (updateExecutor-23524-thread-1-processing-n:127.0.0.1:45195_solr) [n:127.0.0.1:45195_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 3561271 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_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> 3561275 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_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> 3561279 INFO  (qtp1061442348-40632) [n:127.0.0.1:36713_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> 3561283 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_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> 3561301 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561302 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561310 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 3561311 INFO  (qtp1061442348-40632) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 3561313 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 3561313 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 3561313 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 3561315 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 3561324 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561324 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561326 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 3561326 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 3561326 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=41
   [junit4]   2> 3561333 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 3561335 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 3561335 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 3561335 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 3561335 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 3561335 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 3561335 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 3561335 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 3561336 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561336 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561337 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561338 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561338 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 3561338 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 3561338 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 3561338 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 3561339 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 3561339 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 3561339 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 3561340 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561341 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561342 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 3561342 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 3561438 INFO  (qtp1125971908-40607) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 3561442 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 3561446 INFO  (qtp1061442348-40632) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 3561449 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 3561463 INFO  (qtp1125971908-40607) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 3561483 INFO  (qtp180437829-40620) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 3561486 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3561490 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561491 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561494 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 3561494 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 3561494 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 3561494 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 3561494 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 3561495 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 3561496 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 3561496 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 3561496 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 3561497 INFO  (qtp1125971908-40604) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 3561499 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 3561499 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 3561499 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 3561499 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561499 INFO  (qtp1061442348-40632) [n:127.0.0.1:36713_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 3561500 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561500 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561502 INFO  (qtp846461800-40631) [n:127.0.0.1:44589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 3561502 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561502 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561502 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561502 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 3561502 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 3561504 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 3561504 INFO  (zkCallback-23587-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 3561504 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 3561504 INFO  (qtp180437829-40621) [n:127.0.0.1:38809_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 3561504 INFO  (zkCallback-23569-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 3561504 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 3561504 INFO  (zkCallback-23551-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 3561505 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561505 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 3561506 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 3561506 INFO  (zkCallback-23529-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 3561506 ERROR (qtp1125971908-40605) [n:127.0.0.1:45195_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.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) [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:748) [?:1.8.0_191]
   [junit4]   2> 3561508 INFO  (qtp1125971908-40605) [n:127.0.0.1:45195_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 3561611 INFO  (jetty-closer-23602-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=572414280
   [junit4]   2> 3561611 INFO  (jetty-closer-23602-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44589_solr
   [junit4]   2> 3561611 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=196186430
   [junit4]   2> 3561611 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45195_solr
   [junit4]   2> 3561611 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2080012160
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36713_solr
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44589_solr as DOWN
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36713_solr as DOWN
   [junit4]   2> 3561612 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45195_solr as DOWN
   [junit4]   2> 3561615 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3561616 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 3561616 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23d4c3e6: rootName = solr_36713, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@74ba602c
   [junit4]   2> 3561616 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 3561616 INFO  (jetty-closer-23602-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5961ba8d: rootName = solr_45195, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3fe969d0
   [junit4]   2> 3561619 INFO  (jetty-closer-23602-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2046892511
   [junit4]   2> 3561620 INFO  (jetty-closer-23602-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38809_solr
   [junit4]   2> 3561621 INFO  (jetty-closer-23602-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 3561621 INFO  (jetty-closer-23602-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38809_solr as DOWN
   [junit4]   2> 3561624 INFO  (jetty-closer-23602-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 3561624 INFO  (jetty-closer-23602-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63c5cd3b: rootName = solr_44589, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@12b62ee4
   [junit4]   2> 3561629 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 3561629 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e53cb13: rootName = solr_36713, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@73c8b336
   [junit4]   2> 3561634 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 3561634 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b7c3f96: rootName = solr_36713, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@7ad353ef
   [junit4]   2> 3561634 INFO  (jetty-closer-23602-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 3561636 WARN  (jetty-launcher-23500-thread-3-SendThread(127.0.0.1:42409)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103a4493941000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103a4493941000c, 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 0x103a4493941000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnS

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

   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.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> 	25	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73082654240669704-127.0.0.1:46777_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	9	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 3574670 INFO  (TEST-TestContainerPlugin.testApi-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36912
   [junit4]   2> 3574670 INFO  (TEST-TestContainerPlugin.testApi-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36912
   [junit4]   2> 3574670 INFO  (TEST-TestContainerPlugin.testApi-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36912
   [junit4]   2> 3574671 INFO  (TEST-TestContainerPlugin.testApi-seed#[1FBD295EA8D56A5F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4]   2> 3574672 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3574672 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36912
   [junit4]   2> 3574672 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36912
   [junit4]   2> 3574672 INFO  (SUITE-TestContainerPlugin-seed#[1FBD295EA8D56A5F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36912
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_1FBD295EA8D56A5F-001
   [junit4]   2> Jul 04, 2020 12:27:25 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=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9, maxDocsPerChunk=9, blockShift=8), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9, blockSize=8)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-NI, timezone=Etc/GMT-5
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=193677840,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, TestFiltering, DistributedExpandComponentTest, TestCustomStream, TestTermsQParserPlugin, ForceLeaderTest, CursorMarkTest, TestMaxScoreQueryParser, TestUpdate, ImplicitSnitchTest, TestDynamicFieldNamesIndexCorrectly, TestGraphMLResponseWriter, TestNumericTerms32, TestCloudManagedSchema, ChaosMonkeyNothingIsSafeTest, TestStressCloudBlindAtomicUpdates, RollingRestartTest, SortSpecParsingTest, TestSweetSpotSimilarityFactory, ConcurrentCreateCollectionTest, TestRandomCollapseQParserPlugin, ClassificationUpdateProcessorTest, JavabinLoaderTest, MetricsHistoryHandlerTest, IndexSchemaTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, TestPivotHelperCode, DistributedFacetPivotWhiteBoxTest, TestCloudConsistency, TestTlogReplayVsRecovery, TestRandomFaceting, TestManagedSchemaAPI, TestReqParamsAPI, NoCacheHeaderTest, CategoryRoutedAliasUpdateProcessorTest, TestCoreContainer, TestDeprecatedFilters, TermVectorComponentDistributedTest, CacheHeaderTest, TestFieldTypeResource, SolrShardReporterTest, TestHdfsCloudBackupRestore, HdfsBasicDistributedZk2Test, BadComponentTest, TestSimTriggerIntegration, TestSolrXml, JavaBinAtomicUpdateMultivalueTest, TestSQLHandlerNonCloud, TestChildDocTransformerHierarchy, TestReload, V2StandaloneTest, TestInPlaceUpdatesStandalone, QueryParsingTest, TestSlowCompositeReaderWrapper, DeleteReplicaTest, HdfsThreadLeakTest, CdcrVersionReplicationTest, ConnectionManagerTest, LeaderFailoverAfterPartitionTest, DistribCursorPagingTest, TestDynamicLoadingUrl, LeaderVoteWaitTimeoutTest, TestClusterProperties, TestSafeXMLParsing, ScriptEngineTest, TestFieldCacheVsDocValues, ResourceLoaderTest, TestHashQParserPlugin, TestLRUStatsCache, TestInfoStreamLogging, SolrLogAuditLoggerPluginTest, TestSystemIdResolver, TestPushWriter, ReturnFieldsTest, TestFieldCollectionResource, RootFieldTest, TestPullReplica, TestDistribIDF, InfixSuggestersTest, TestRealTimeGet, TestMultiWordSynonyms, SpellPossibilityIteratorTest, TestSolrQueryParser, HLLSerializationTest, TestUseDocValuesAsStored, TestPhraseSuggestions, CoreMergeIndexesAdminHandlerTest, MetricTriggerTest, CloudExitableDirectoryReaderTest, TestRetrieveFieldsOptimizer, AutoScalingHandlerTest, TestSolrCloudWithDelegationTokens, TestDistributedSearch, SaslZkACLProviderTest, TestSolr4Spatial, TestStressUserVersions, NodeLostTriggerIntegrationTest, CustomTermsComponentTest, TestPayloadCheckQParserPlugin, ReplaceNodeTest, TestBlobHandler, TestWithCollection, TestFastLRUCache, ConfigureRecoveryStrategyTest, BaseCdcrDistributedZkTest, TestQuerySenderListener, SyncSliceTest, TestShortCircuitedRequests, TestManagedSynonymGraphFilterFactory, SharedFSAutoReplicaFailoverTest, TestSimGenericDistributedQueue, TestNamedUpdateProcessors, TestInPlaceUpdateWithRouteField, OverseerTaskQueueTest, Tagger2Test, TestDFISimilarityFactory, CollectionsAPISolrJTest, SearchHandlerTest, TestFreeTextSuggestions, ZkCLITest, TestCaffeineCache, TestLegacyNumericUtils, StatsComponentTest, DateMathParserTest, TestMaxTokenLenTokenizer, AnalyticsMergeStrategyTest, RegexBytesRefFilterTest, TestCloudRecovery, TestDocTermOrds, LukeRequestHandlerTest, ZkNodePropsTest, BasicDistributedZk2Test, PeerSyncReplicationTest, TriLevelCompositeIdRoutingTest, TestShardHandlerFactory, TestNestedDocsSort, MaxSizeAutoCommitTest, TestLMDirichletSimilarityFactory, SplitByPrefixTest, TriggerEventQueueTest, TestRandomFlRTGCloud, TestRequestForwarding, JWTAuthPluginIntegrationTest, TestWordDelimiterFilterFactory, TestEmbeddedSolrServerAdminHandler, OverseerCollectionConfigSetProcessorTest, TestPointFields, DeleteInactiveReplicaTest, ReindexCollectionTest, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestLockTree, TestOnReconnectListenerSupport, TestSizeLimitedDistributedMap, TestStressInPlaceUpdates, TestTolerantUpdateProcessorCloud, ZkSolrClientTest, CollectionTooManyReplicasTest, HdfsCollectionsAPIDistributedZkTest, TestCollectionAPI, ExecutePlanActionTest, IndexSizeTriggerSizeEstimationTest, NodeLostTriggerTest, ScheduledTriggerIntegrationTest, TriggerIntegrationTest, CdcrOpsAndBoundariesTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest, ZkCollectionPropsCachingTest, ZkDynamicConfigTest, AlternateDirectoryTest, DirectoryFactoryTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, TestBackupRepositoryFactory, TestBadConfig, TestCodecSupport, TestConfig, TestConfigSetProperties, TestJmxIntegration, TestQuerySenderNoQuery, TestSimpleTextCodec, TestSolrDeletionPolicy2, TestXIncludeConfig, TestSolrCloudSnapshots, FieldAnalysisRequestHandlerTest, MoreLikeThisHandlerTest, RequestLoggingTest, TestCSVLoader, TestContainerPlugin]
   [junit4] Completed [634/914 (1!)] on J1 in 17.03s, 2 tests, 1 error <<< FAILURES!

[...truncated 52545 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [exec] 
     [exec] file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportWriter.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec] 
     [exec] file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/serialized-form.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec] 
     [exec] Broken javadocs links were found! Common root causes:
     [exec] * A typo of some sort for manually created links.
     [exec] * Public methods referencing non-public classes in their signature.

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:624: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:637: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2552: exec returned: 1

Total time: 131 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1732 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1732/

All tests passed

Build Log:
[...truncated 67806 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [exec] 
     [exec] file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/serialized-form.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec] 
     [exec] file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportWriter.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec] 
     [exec] Broken javadocs links were found! Common root causes:
     [exec] * A typo of some sort for manually created links.
     [exec] * Public methods referencing non-public classes in their signature.

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:624: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:637: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2552: exec returned: 1

Total time: 77 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1731 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1731/

All tests passed

Build Log:
[...truncated 67820 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [exec] 
     [exec] file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/serialized-form.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec] 
     [exec] file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportWriter.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec]   BROKEN LINK: file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/docs/solr-core/org/apache/solr/handler/export/ExportBuffers.Buffer.html
     [exec] 
     [exec] Broken javadocs links were found! Common root causes:
     [exec] * A typo of some sort for manually created links.
     [exec] * Public methods referencing non-public classes in their signature.

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:624: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:637: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2552: exec returned: 1

Total time: 79 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any