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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-15) - Build # 28581 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/28581/
Java: 64bit/jdk-15 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents

Error Message:
java.lang.AssertionError: Timed out waiting for expected event NODES_DOWN

Stack Trace:
java.lang.AssertionError: Timed out waiting for expected event NODES_DOWN
	at __randomizedtesting.SeedInfo.seed([160309ED0A23F3A0:D56480532E7B51F0]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cluster.events.AllEventsListener.waitForExpectedEvent(AllEventsListener.java:54)
	at org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents(ClusterEventProducerTest.java:125)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.TestRandomDVFaceting.testRandomFaceting

Error Message:
java.lang.AssertionError: mismatch: 'b'!='d' @ facet_counts/facet_fields/small4_ss/[12]

Stack Trace:
java.lang.AssertionError: mismatch: 'b'!='d' @ facet_counts/facet_fields/small4_ss/[12]
	at __randomizedtesting.SeedInfo.seed([160309ED0A23F3A0:1B6B29385FDA3B1F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
	at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 2438 lines...]
  2> 86149 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[160309ED0A23F3A0]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: 'b'!='d' @ facet_counts/facet_fields/small4_ss/[12]
  2>  expected ={
  2>   "response":{"numFound":90,"start":0,"numFoundExact":true,"docs":[]
  2>   },
  2>   "facet_counts":{
  2>     "facet_queries":{},
  2>     "facet_fields":{
  2>       "small4_ss":[
  2>         "k",2,
  2>         "n",2,
  2>         "r",2,
  2>         "v",2,
  2>         "€",2,
  2>         "",2,
  2>         "b",1,
  2>         "d",1,
  2>         "e",1,
  2>         "l",1,
  2>         "o",1,
  2>         "t",1,
  2>         "x",1,
  2>         "y",1,
  2>         "z",1,
  2>         "}",1,
  2>         "‚",1]},
  2>     "facet_ranges":{},
  2>     "facet_intervals":{},
  2>     "facet_heatmaps":{}}}
  2> 
  2>  response = {
  2>   "response":{"numFound":90,"start":0,"numFoundExact":true,"docs":[]
  2>   },
  2>   "facet_counts":{
  2>     "facet_queries":{},
  2>     "facet_fields":{
  2>       "small4_ss":[
  2>         "k",2,
  2>         "n",2,
  2>         "r",2,
  2>         "v",2,
  2>         "€",2,
  2>         "",2,
  2>         "d",1,
  2>         "e",1,
  2>         "h",1,
  2>         "l",1,
  2>         "o",1,
  2>         "t",1,
  2>         "x",1,
  2>         "y",1,
  2>         "z",1,
  2>         "}",1,
  2>         "‚",1]},
  2>     "facet_ranges":{},
  2>     "facet_intervals":{},
  2>     "facet_heatmaps":{}}}
  2> 
  2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=7&facet.field=small4_ss&facet.method=uif
  2> 86150 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[160309ED0A23F3A0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   >     java.lang.AssertionError: mismatch: 'b'!='d' @ facet_counts/facet_fields/small4_ss/[12]
   >         at __randomizedtesting.SeedInfo.seed([160309ED0A23F3A0:1B6B29385FDA3B1F]:0)
   >         at org.junit.Assert.fail(Assert.java:89)
   >         at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   >         at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   >         at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   >         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   >         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   >         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   >         at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   >         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   >         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   >         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   >         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   >         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   >         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
   >         at java.base/java.lang.Thread.run(Thread.java:832)
  2> NOTE: reproduce with: gradlew test --tests TestRandomDVFaceting.testRandomFaceting -Dtests.seed=160309ED0A23F3A0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fy -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> 86151 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 86151 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=33789505
  2> 86158 INFO  (coreCloseExecutor-1187-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@374d418e
  2> 86158 INFO  (coreCloseExecutor-1187-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@374d418e
  2> 86159 INFO  (coreCloseExecutor-1187-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a7edf31: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@65e7634e
  2> 86182 INFO  (coreCloseExecutor-1187-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 86212 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 86212 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a518e3c: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5a35e7e4
  2> 86216 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 86216 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b1ebc2d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@634fd462
  2> 86219 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 86219 INFO  (SUITE-TestRandomDVFaceting-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ae58112: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@20a7b749
  2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.TestRandomDVFaceting_160309ED0A23F3A0-001
  2> NOTE: test params are: codec=Asserting(Lucene90): {small3_ss=Lucene84, foo_ds_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small_i=PostingsFormat(name=LuceneVarGapFixedInterval), small3_is=PostingsFormat(name=LuceneVarGapFixedInterval), small_s=Lucene84, score_f=PostingsFormat(name=LuceneVarGapFixedInterval), score_d=Lucene84, id=Lucene84, foo_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_fs_dv=Lucene84, foo_l=Lucene84, small4_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small2_s=Lucene84, small2_i=PostingsFormat(name=LuceneVarGapFixedInterval), foo_ls_dv=PostingsFormat(name=LuceneVarGapFixedInterval), small2_is=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_ds=PostingsFormat(name=MockRandom), foo_fs=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_d_dv=PostingsFormat(name=MockRandom), score_f_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_d=Lucene84, score_d_dv=PostingsFormat(name=MockRandom), small2_ss=PostingsFormat(name=MockRandom), foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l_dv=PostingsFormat(name=MockRandom), foo_ls=PostingsFormat(name=MockRandom)}, docValues:{small2_s_dv=DocValuesFormat(name=Asserting), score_f_p=DocValuesFormat(name=Asserting), id_dv=DocValuesFormat(name=Asserting), score_d_p=DocValuesFormat(name=Asserting), small2_is_p=DocValuesFormat(name=Lucene80), small3_is_dv=DocValuesFormat(name=Asserting), foo_ds_dv=DocValuesFormat(name=Lucene80), foo_f_dv=DocValuesFormat(name=Asserting), foo_ds_p=DocValuesFormat(name=Lucene80), foo_l_p=DocValuesFormat(name=Asserting), foo_i_p=DocValuesFormat(name=Lucene80), small2_i_dv=DocValuesFormat(name=Asserting), small4_ss_dv=DocValuesFormat(name=Lucene80), small_s_dv=DocValuesFormat(name=Asserting), foo_i_dv=DocValuesFormat(name=Lucene80), small2_ss_dv=DocValuesFormat(name=Lucene80), foo_fs_dv=DocValuesFormat(name=Lucene80), small2_is_dv=DocValuesFormat(name=Lucene80), small_i_p=DocValuesFormat(name=Asserting), small2_i_p=DocValuesFormat(name=Asserting), small_i_dv=DocValuesFormat(name=Asserting), small3_is_p=DocValuesFormat(name=Asserting), foo_ls_dv=DocValuesFormat(name=Lucene80), foo_f_p=DocValuesFormat(name=Asserting), foo_ls_p=DocValuesFormat(name=Lucene80), foo_d_p=DocValuesFormat(name=Asserting), foo_fs_p=DocValuesFormat(name=Lucene80), score_f_dv=DocValuesFormat(name=Asserting), foo_d_dv=DocValuesFormat(name=Asserting), score_d_dv=DocValuesFormat(name=Asserting), foo_l_dv=DocValuesFormat(name=Asserting), small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=391, maxMBSortInHeap=6.711246869173349, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fy, timezone=Europe/Astrakhan
  2> NOTE: Linux 5.4.0-52-generic amd64/Oracle Corporation 15 (64-bit)/cpus=16,threads=1,free=124497920,total=342360064
  2> NOTE: All tests run in this JVM: [TestGroupingSearch, TestMultiValuedNumericRangeQuery, ConjunctionSolrSpellCheckerTest, SpellingQueryConverterTest, TestHighFrequencyDictionaryFactory, TestFreeTextSuggestions, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldTypeCollectionResource, SolrPluginUtilsTest, TestSolrJacksonAnnotation, TestHttpServletCarrier, HLLUtilTest, PrimUtilsTest, TimeZoneUtilsTest, UtilsToolTest, DistributedQueryComponentCustomSortTest, DistributedFacetExistsSmallTest, DistributedMLTComponentTest, TermsComponentTest, DistributedExpandComponentTest, TestPivotHelperCode, InfixSuggestersTest, TestReqParamsAPI, TestSQLHandlerNonCloud, XmlInterpolationTest, DocumentAnalysisRequestHandlerTest, JavabinLoaderTest, TestConfigsApi, CoreAdminRequestStatusTest, MetricsHistoryHandlerTest, SegmentsInfoRequestHandlerTest, InfoHandlerTest, TestSystemCollAutoCreate, TestRandomDVFaceting]

WARNING: Test org.apache.solr.TestDistributedSearch wrote 27,573,432 bytes of output.
WARNING: Test org.apache.solr.TestRandomFaceting wrote 26,161,219 bytes of output.
WARNING: Test org.apache.solr.update.TestInPlaceUpdatesStandalone wrote 49,721,342 bytes of output.
WARNING: Test org.apache.solr.schema.DocValuesTest wrote 11,755,075 bytes of output.
WARNING: Test org.apache.solr.schema.TestCloudSchemaless wrote 11,039,476 bytes of output.
WARNING: Test org.apache.solr.schema.TestBulkSchemaConcurrent wrote 255,763,556 bytes of output.
WARNING: Test org.apache.solr.search.TestRangeQuery wrote 28,694,079 bytes of output.
WARNING: Test org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates wrote 46,886,800 bytes of output.
WARNING: Test org.apache.solr.cloud.TestRandomFlRTGCloud wrote 112,093,190 bytes of output.
WARNING: Test org.apache.solr.search.TestRandomCollapseQParserPlugin wrote 24,223,556 bytes of output.

org.apache.solr.cluster.events.ClusterEventProducerTest > testEvents FAILED
    java.lang.AssertionError: Timed out waiting for expected event NODES_DOWN
        at __randomizedtesting.SeedInfo.seed([160309ED0A23F3A0:D56480532E7B51F0]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.apache.solr.cluster.events.AllEventsListener.waitForExpectedEvent(AllEventsListener.java:54)
        at org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents(ClusterEventProducerTest.java:125)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:832)

org.apache.solr.cluster.events.ClusterEventProducerTest > test suite's output saved to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cluster.events.ClusterEventProducerTest.txt, copied below:
  2> 732415 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
  2> 732415 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/data-dir-172-001
  2> 732415 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
  2> 732416 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
  2> 732416 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
  2> 732416 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001
  2> 732416 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
  2> 732416 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
  2> 732416 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
  2> 732417 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
  2> 732516 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 37223
  2> 732516 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37223
  2> 732516 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37223
  2> 732516 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37223
  2> 732517 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732518 INFO  (zkConnectionManagerCallback-9305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732518 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732519 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732519 INFO  (zkConnectionManagerCallback-9307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732519 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732520 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732520 INFO  (zkConnectionManagerCallback-9309-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732520 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732623 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 732623 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 732623 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 732623 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 732623 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 732623 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 15+36-1562
  2> 732623 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 732623 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 15+36-1562
  2> 732623 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 15+36-1562
  2> 732624 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 732624 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 732624 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 732624 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 732624 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
  2> 732624 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
  2> 732624 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 732624 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 732624 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
  2> 732624 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70357a51{/solr,null,AVAILABLE}
  2> 732624 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@215e819c{/solr,null,AVAILABLE}
  2> 732624 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36ed8f56{/solr,null,AVAILABLE}
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@181397bc{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:36243}
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.e.j.s.Server Started @732633ms
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36243}
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@350f23ee{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:39763}
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.e.j.s.Server Started @732633ms
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39763}
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@52d87141{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:37795}
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.e.j.s.Server Started @732633ms
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37795}
  2> 732625 ERROR (jetty-launcher-9310-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 732625 ERROR (jetty-launcher-9310-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 732625 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T00:03:16.622532844Z
  2> 732625 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T00:03:16.622536371Z
  2> 732625 ERROR (jetty-launcher-9310-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 732625 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T00:03:16.622675376Z
  2> 732626 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732626 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732626 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732626 INFO  (zkConnectionManagerCallback-9314-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732627 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732627 INFO  (zkConnectionManagerCallback-9313-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732627 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732627 INFO  (zkConnectionManagerCallback-9316-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732627 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732627 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 732627 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 732627 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 732629 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 732629 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 732630 WARN  (jetty-launcher-9310-thread-3-SendThread(127.0.0.1:37223)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10006d0ab680003.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10006d0ab680003, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10006d0ab680003, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
  2> 732631 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 732730 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 732731 WARN  (jetty-launcher-9310-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@264d430f[provider=null,keyStore=null,trustStore=null]
  2> 732731 WARN  (jetty-launcher-9310-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@264d430f[provider=null,keyStore=null,trustStore=null]
  2> 732732 WARN  (jetty-launcher-9310-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cf32571[provider=null,keyStore=null,trustStore=null]
  2> 732732 WARN  (jetty-launcher-9310-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cf32571[provider=null,keyStore=null,trustStore=null]
  2> 732732 INFO  (jetty-launcher-9310-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37223/solr
  2> 732733 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732733 INFO  (zkConnectionManagerCallback-9326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732733 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732755 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39763_solr
  2> 732755 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.c.Overseer Overseer (id=72065087336611846-127.0.0.1:39763_solr-n_0000000000) starting
  2> 732757 INFO  (OverseerStateUpdate-72065087336611846-127.0.0.1:39763_solr-n_0000000000) [n:127.0.0.1:39763_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39763_solr
  2> 732757 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39763_solr
  2> 732757 INFO  (OverseerStateUpdate-72065087336611846-127.0.0.1:39763_solr-n_0000000000) [n:127.0.0.1:39763_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
  2> 732758 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 732758 WARN  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_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
  2> 732763 INFO  (jetty-launcher-9310-thread-1) [n:127.0.0.1:39763_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node1
  2> 732764 DEBUG (Core Container Async Task-9319-thread-1-processing-n:127.0.0.1:39763_solr) [n:127.0.0.1:39763_solr     ] o.a.s.c.e.i.DelegatingClusterEventProducer -- starting CC-228f8579, Delegating 5059ac7c, delegate org.apache.solr.cluster.events.NoOpProducer@5e9e4807
  2> 732764 DEBUG (Core Container Async Task-9319-thread-1-processing-n:127.0.0.1:39763_solr) [n:127.0.0.1:39763_solr     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- started delegate org.apache.solr.cluster.events.NoOpProducer@5e9e4807
  2> 732830 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 732831 WARN  (jetty-launcher-9310-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33782b68[provider=null,keyStore=null,trustStore=null]
  2> 732831 WARN  (jetty-launcher-9310-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33782b68[provider=null,keyStore=null,trustStore=null]
  2> 732832 WARN  (jetty-launcher-9310-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@162f0edd[provider=null,keyStore=null,trustStore=null]
  2> 732832 WARN  (jetty-launcher-9310-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@162f0edd[provider=null,keyStore=null,trustStore=null]
  2> 732832 INFO  (jetty-launcher-9310-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37223/solr
  2> 732833 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732833 INFO  (zkConnectionManagerCallback-9344-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732833 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732834 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
  2> 732836 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37795_solr as DOWN
  2> 732836 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 732836 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37795_solr
  2> 732836 INFO  (zkCallback-9325-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
  2> 732836 INFO  (zkCallback-9343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
  2> 732836 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 732837 WARN  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_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
  2> 732842 INFO  (jetty-launcher-9310-thread-2) [n:127.0.0.1:37795_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node2
  2> 732930 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 732931 WARN  (jetty-launcher-9310-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@50de064a[provider=null,keyStore=null,trustStore=null]
  2> 732931 WARN  (jetty-launcher-9310-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@50de064a[provider=null,keyStore=null,trustStore=null]
  2> 732932 WARN  (jetty-launcher-9310-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47c4870e[provider=null,keyStore=null,trustStore=null]
  2> 732932 WARN  (jetty-launcher-9310-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47c4870e[provider=null,keyStore=null,trustStore=null]
  2> 732933 INFO  (jetty-launcher-9310-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37223/solr
  2> 732933 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732934 INFO  (zkConnectionManagerCallback-9360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732934 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732935 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
  2> 732936 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36243_solr as DOWN
  2> 732936 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 732937 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36243_solr
  2> 732937 INFO  (zkCallback-9325-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 732937 INFO  (zkCallback-9343-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 732937 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 732937 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 732937 WARN  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_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
  2> 732942 INFO  (jetty-launcher-9310-thread-3) [n:127.0.0.1:36243_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node3
  2> 732945 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
  2> 732945 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 732946 INFO  (zkConnectionManagerCallback-9371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 732946 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 732946 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
  2> 732946 INFO  (SUITE-ClusterEventProducerTest-seed#[160309ED0A23F3A0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37223/solr ready
  2> 732958 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEvents
  2> 732958 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
  2> 732979 INFO  (qtp1586448930-18702) [n:127.0.0.1:39763_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=2
  2> 732980 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=862051230
  2> 732980 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37795_solr
  2> 732980 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
  2> 732980 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37795_solr as DOWN
  2> 732980 INFO  (zkCallback-9370-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
  2> 732980 INFO  (zkCallback-9325-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
  2> 732980 INFO  (zkCallback-9370-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
  2> 732980 INFO  (zkCallback-9343-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
  2> 732984 DEBUG (zkCallback-9343-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-3361db9e: org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@4e9abef9
  2> 732984 DEBUG (zkCallback-9359-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-12aba8c9: org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@2d0b332a
  2> 732984 DEBUG (zkCallback-9343-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@4e9abef9 already in state STOPPED
  2> 732984 DEBUG (zkCallback-9359-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@2d0b332a already in state STOPPED
  2> 732984 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-228f8579: org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@5e77767a
  2> 732985 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@5e77767a already in state RUNNING
  2> 732989 INFO  (zkCallback-9359-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
  2> 732989 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 732989 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 732989 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 732989 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
  2> 733090 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@52d87141{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
  2> 733090 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@36ed8f56{/solr,null,STOPPED}
  2> 733090 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.e.j.s.session node0 Stopped scavenging
  2> 733091 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 37795
  2> 763103 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
  2> 763105 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=1
  2> 763105 DEBUG (zkCallback-9359-thread-2) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-12aba8c9: org.apache.solr.cluster.events.NoOpProducer@2ec4037c
  2> 763105 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-228f8579: org.apache.solr.cluster.events.NoOpProducer@64bfd1f5
  2> 763105 DEBUG (zkCallback-9359-thread-2) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.NoOpProducer@2ec4037c already in state STOPPED
  2> 763105 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- started delegate org.apache.solr.cluster.events.NoOpProducer@64bfd1f5
  2> 763105 INFO  (TEST-ClusterEventProducerTest.testEvents-seed#[160309ED0A23F3A0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEvents
   >     java.lang.AssertionError: Timed out waiting for expected event NODES_DOWN
   >         at __randomizedtesting.SeedInfo.seed([160309ED0A23F3A0:D56480532E7B51F0]:0)
   >         at org.junit.Assert.fail(Assert.java:89)
   >         at org.apache.solr.cluster.events.AllEventsListener.waitForExpectedEvent(AllEventsListener.java:54)
   >         at org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents(ClusterEventProducerTest.java:125)
   >         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   >         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   >         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   >         at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   >         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   >         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   >         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   >         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   >         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   >         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
   >         at java.base/java.lang.Thread.run(Thread.java:832)
  2> NOTE: reproduce with: gradlew test --tests ClusterEventProducerTest.testEvents -Dtests.seed=160309ED0A23F3A0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mai-IN -Dtests.timezone=America/Cuiaba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> 763121 INFO  (TEST-ClusterEventProducerTest.testListenerPlugins-seed#[160309ED0A23F3A0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testListenerPlugins
  2> 763122 INFO  (TEST-ClusterEventProducerTest.testListenerPlugins-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
  2> 763126 INFO  (qtp1586448930-18702) [n:127.0.0.1:39763_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
  2> 763126 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-228f8579: org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@1c32d0c9
  2> 763126 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@1c32d0c9 already in state RUNNING
  2> 763126 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$5@68256fae to org.apache.solr.cluster.events.AllEventsListener@414ae1d3
  2> 763127 DEBUG (zkCallback-9359-thread-2) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-12aba8c9: org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@2afb927c
  2> 763127 DEBUG (zkCallback-9359-thread-2) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.impl.DefaultClusterEventProducer@2afb927c already in state STOPPED
  2> 763131 INFO  (qtp1586448930-18702) [n:127.0.0.1:39763_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=1
  2> 763131 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerTest$DummyEventListener starting 62641e7e
  2> 763131 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$5@685a3e63 to org.apache.solr.cluster.events.AllEventsListener@414ae1d3
  2> 763131 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$5@685a3e63 to org.apache.solr.cluster.events.ClusterEventProducerTest$DummyEventListener@62641e7e
  2> 763131 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerTest$DummyEventListener skipped event, wrong type: CLUSTER_PROPERTIES_CHANGED
  2> 763131 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
  2> 763134 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testListenerPlugins_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
  2> 763144 INFO  (OverseerThreadFactory-9331-thread-1-processing-n:127.0.0.1:39763_solr) [n:127.0.0.1:39763_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testListenerPlugins_collection
  2> 763145 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$4@5aef5ce6 to org.apache.solr.cluster.events.AllEventsListener@414ae1d3
  2> 763145 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$4@5aef5ce6 to org.apache.solr.cluster.events.ClusterEventProducerTest$DummyEventListener@62641e7e
  2> 763145 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerTest$DummyEventListener recorded event "org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$4@5aef5ce6"
  2> 763247 INFO  (OverseerStateUpdate-72065087336611846-127.0.0.1:39763_solr-n_0000000000) [n:127.0.0.1:39763_solr     ] o.a.s.c.o.SliceMutator createReplica() {
  2>   "operation":"ADDREPLICA",
  2>   "collection":"testListenerPlugins_collection",
  2>   "shard":"shard1",
  2>   "core":"testListenerPlugins_collection_shard1_replica_n1",
  2>   "state":"down",
  2>   "base_url":"https://127.0.0.1:36243/solr",
  2>   "node_name":"127.0.0.1:36243_solr",
  2>   "type":"NRT",
  2>   "waitForFinalState":"false"} 
  2> 763458 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr    x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testListenerPlugins_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=testListenerPlugins_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
  2> 763463 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
  2> 763469 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
  2> 763471 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
  2> 763471 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testListenerPlugins_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
  2> 763471 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[testListenerPlugins_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node3/testListenerPlugins_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node3/testListenerPlugins_collection_shard1_replica_n1/data/]
  2> 763483 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
  2> 763483 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
  2> 763483 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 763483 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 763484 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
  2> 763484 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
  2> 763484 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 763484 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1682929486377517056
  2> 763485 INFO  (searcherExecutor-9382-thread-1-processing-n:127.0.0.1:36243_solr x:testListenerPlugins_collection_shard1_replica_n1 c:testListenerPlugins_collection s:shard1 r:core_node2) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [testListenerPlugins_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
  2> 763486 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testListenerPlugins_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
  2> 763486 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testListenerPlugins_collection/leaders/shard1
  2> 763487 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
  2> 763487 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
  2> 763487 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36243/solr/testListenerPlugins_collection_shard1_replica_n1/
  2> 763487 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
  2> 763487 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:36243/solr/testListenerPlugins_collection_shard1_replica_n1/ has no replicas
  2> 763487 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testListenerPlugins_collection/leaders/shard1/leader after winning as /collections/testListenerPlugins_collection/leader_elect/shard1/election/72065087336611848-core_node2-n_0000000000
  2> 763488 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36243/solr/testListenerPlugins_collection_shard1_replica_n1/ shard1
  2> 763589 INFO  (zkCallback-9359-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763589 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763589 INFO  (zkCallback-9359-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763589 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
  2> 763590 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testListenerPlugins_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=testListenerPlugins_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=132
  2> 763591 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
  2> 763690 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763690 INFO  (zkCallback-9359-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763690 INFO  (zkCallback-9359-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763690 INFO  (zkCallback-9359-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763691 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=testListenerPlugins_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=557
  2> 763691 INFO  (TEST-ClusterEventProducerTest.testListenerPlugins-seed#[160309ED0A23F3A0]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testListenerPlugins_collection
  2> 763692 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testListenerPlugins_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
  2> 763693 INFO  (OverseerCollectionConfigSetProcessor-72065087336611846-127.0.0.1:39763_solr-n_0000000000) [n:127.0.0.1:39763_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
  2> 763693 INFO  (OverseerThreadFactory-9331-thread-2-processing-n:127.0.0.1:39763_solr) [n:127.0.0.1:39763_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
  2> 763694 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr    x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testListenerPlugins_collection.shard1.replica_n1 tag=null
  2> 763694 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.c.SolrCore [testListenerPlugins_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@288a27e0
  2> 763694 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testListenerPlugins_collection.shard1.replica_n1 tag=SolrCore@288a27e0
  2> 763694 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testListenerPlugins_collection.shard1.leader tag=SolrCore@288a27e0
  2> 763694 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 763695 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testListenerPlugins_collection/terms/shard1 to Terms{values={}, version=1}
  2> 763696 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=testListenerPlugins_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=2
  2> 763797 INFO  (zkCallback-9359-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763797 INFO  (zkCallback-9359-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763797 INFO  (zkCallback-9325-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763797 INFO  (zkCallback-9359-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763797 INFO  (zkCallback-9359-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testListenerPlugins_collection/state.json] for collection [testListenerPlugins_collection] has occurred - updating... (live nodes size: [2])
  2> 763800 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testListenerPlugins_collection&action=DELETE&wt=javabin&version=2} status=0 QTime=108
  2> 763801 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$3@a78304c to org.apache.solr.cluster.events.AllEventsListener@414ae1d3
  2> 763801 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerBase --- firing event org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$3@a78304c to org.apache.solr.cluster.events.ClusterEventProducerTest$DummyEventListener@62641e7e
  2> 763801 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.ClusterEventProducerTest$DummyEventListener recorded event "org.apache.solr.cluster.events.impl.DefaultClusterEventProducer$3@a78304c"
  2> 763802 INFO  (qtp1586448930-18702) [n:127.0.0.1:39763_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
  2> 763802 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-228f8579: org.apache.solr.cluster.events.NoOpProducer@2a504589
  2> 763802 DEBUG (zkCallback-9325-thread-1) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- started delegate org.apache.solr.cluster.events.NoOpProducer@2a504589
  2> 763802 INFO  (qtp2118842398-18717) [n:127.0.0.1:36243_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testListenerPlugins_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
  2> 763802 DEBUG (zkCallback-9359-thread-3) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --setting new delegate for CC-12aba8c9: org.apache.solr.cluster.events.NoOpProducer@244aa806
  2> 763802 DEBUG (zkCallback-9359-thread-3) [     ] o.a.s.c.e.i.DelegatingClusterEventProducer --- delegate org.apache.solr.cluster.events.NoOpProducer@244aa806 already in state STOPPED
  2> 763804 INFO  (OverseerThreadFactory-9331-thread-3-processing-n:127.0.0.1:39763_solr) [n:127.0.0.1:39763_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testListenerPlugins_collection
  2> 763804 INFO  (OverseerCollectionConfigSetProcessor-72065087336611846-127.0.0.1:39763_solr-n_0000000000) [n:127.0.0.1:39763_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
  2> 764007 INFO  (OverseerStateUpdate-72065087336611846-127.0.0.1:39763_solr-n_0000000000) [n:127.0.0.1:39763_solr     ] o.a.s.c.o.SliceMutator createReplica() {
  2>   "operation":"ADDREPLICA",
  2>   "collection":"testListenerPlugins_collection",
  2>   "shard":"shard1",
  2>   "core":"testListenerPlugins_collection_shard1_replica_n1",
  2>   "state":"down",
  2>   "base_url":"https://127.0.0.1:36243/solr",
  2>   "node_name":"127.0.0.1:36243_solr",
  2>   "type":"NRT",
  2>   "waitForFinalState":"false"} 
  2> 764208 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr    x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testListenerPlugins_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=testListenerPlugins_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
  2> 764211 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
  2> 764217 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
  2> 764218 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
  2> 764218 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testListenerPlugins_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
  2> 764218 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[testListenerPlugins_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node3/testListenerPlugins_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.cluster.events.ClusterEventProducerTest_160309ED0A23F3A0-001/tempDir-001/node3/testListenerPlugins_collection_shard1_replica_n1/data/]
  2> 764233 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
  2> 764233 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 r:core_node2 x:testListenerPlugins_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
  2> 764233 INFO  (qtp2118842398-18715) [n:127.0.0.1:36243_solr c:testListenerPlugins_collection s:shard1 

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

/build/site
  htmlOutDir -> ../local-jdoc-links-site
  javadocLink -> https://docs.oracle.com/en/java/javase/11/docs/api/
  solrGuideDraftStatus -> DRAFT
  solrRootPath -> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/
  solrDocsVersion -> 9.0
  solrGuideVersionPath -> 9_0
  buildDate -> 2020-11-09
  buildYear -> 2020
  ivyCommonsCodec -> 1.13
  ivyDropwizardMetrics -> 4.1.5
  ivyLog4j -> 2.13.2
  ivyOpennlpTools -> 1.9.1
  ivyTika -> 1.24
  ivyZookeeper -> 3.6.2
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content/_data/scrollnav.json
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content/_data/sidebar.json

> Task :solr:solr-ref-guide:buildLocalJavadocLinksSite
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.headius.backport9.modules.Modules (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.9.0/8e44ce7a1417966d89957bd766a148601e28828b/jruby-complete-9.2.9.0.jar) to method sun.nio.ch.NativeThread.signal(long)
WARNING: Please consider reporting this to the maintainers of com.headius.backport9.modules.Modules
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Configuration file: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content/_config.yml
            Source: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content
       Destination: ../local-jdoc-links-site
 Incremental build: disabled. Enable with --incremental
      Generating... 
asciidoctor: WARNING: skipping reference to missing attribute: config_name
asciidoctor: WARNING: skipping reference to missing attribute: file_name
                    done in 15.72 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:prepareSiteSources
Syncing source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content using props:
  htmlSolrJavadocs -> https://lucene.apache.org/solr/9_0_0/
  htmlLuceneJavadocs -> https://lucene.apache.org/core/9_0_0/
  htmlOutDir -> ../html-site
  javadocLink -> https://docs.oracle.com/en/java/javase/11/docs/api/
  solrGuideDraftStatus -> DRAFT
  solrRootPath -> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/
  solrDocsVersion -> 9.0
  solrGuideVersionPath -> 9_0
  buildDate -> 2020-11-09
  buildYear -> 2020
  ivyCommonsCodec -> 1.13
  ivyDropwizardMetrics -> 4.1.5
  ivyLog4j -> 2.13.2
  ivyOpennlpTools -> 1.9.1
  ivyTika -> 1.24
  ivyZookeeper -> 3.6.2
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content/_data/scrollnav.json
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content/_data/sidebar.json

> Task :solr:solr-ref-guide:buildSite
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.headius.backport9.modules.Modules (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.9.0/8e44ce7a1417966d89957bd766a148601e28828b/jruby-complete-9.2.9.0.jar) to method sun.nio.ch.NativeThread.signal(long)
WARNING: Please consider reporting this to the maintainers of com.headius.backport9.modules.Modules
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Configuration file: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content/_config.yml
            Source: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content
       Destination: ../html-site
 Incremental build: disabled. Enable with --incremental
      Generating... 
asciidoctor: WARNING: skipping reference to missing attribute: config_name
asciidoctor: WARNING: skipping reference to missing attribute: file_name
                    done in 14.8 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:checkSite
Processed 2443 links (1760 relative) to 3514 anchors in 243 files

> Task :solr:solrj:check
> Task :solr:test-framework:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:analytics:check
> Task :solr:contrib:clustering:check
> Task :solr:contrib:extraction:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check
> Task :solr:contrib:ltr:check
> Task :solr:contrib:prometheus-exporter:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.TestRandomDVFaceting.testRandomFaceting (:solr:core)
    Test output: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.TestRandomDVFaceting.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.TestRandomDVFaceting.testRandomFaceting" -Ptests.jvms=6 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Ptests.seed=160309ED0A23F3A0 -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents (:solr:core)
    Test output: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cluster.events.ClusterEventProducerTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents" -Ptests.jvms=6 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Ptests.seed=160309ED0A23F3A0 -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/workspace/Lucene-Solr-master-Linux/gradle/documentation/render-javadoc.gradle' line: 562

* What went wrong:
Execution failed for task ':solr:core:renderJavadoc'.
> Javadoc generation failed for :solr:core,
    Options file at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/workspace/Lucene-Solr-master-Linux/gradle/documentation/render-javadoc.gradle' line: 562

* What went wrong:
Execution failed for task ':solr:core:renderSiteJavadoc'.
> Javadoc generation failed for :solr:core,
    Options file at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/renderSiteJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/renderSiteJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 42m 10s
834 actionable tasks: 834 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

All tests passed

Build Log:
[...truncated 32569 lines...]
  2> 170169 ERROR (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BAA0449CC91E2531]) [     ] o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: mismatch: '0'!='1' @ facet_counts/facet_fields/small2_is/[2]
  2>  expected ={
  2>   "response":{"numFound":5,"start":0,"numFoundExact":true,"docs":[]
  2>   },
  2>   "facet_counts":{
  2>     "facet_queries":{},
  2>     "facet_fields":{
  2>       "small2_is":[
  2>         "8",2,
  2>         "0",1,
  2>         "1",1,
  2>         "5",1,
  2>         "6",1,
  2>         null,1]},
  2>     "facet_ranges":{},
  2>     "facet_intervals":{},
  2>     "facet_heatmaps":{}}}
  2> 
  2>  response = {
  2>   "response":{"numFound":5,"start":0,"numFoundExact":true,"docs":[]
  2>   },
  2>   "facet_counts":{
  2>     "facet_queries":{},
  2>     "facet_fields":{
  2>       "small2_is":[
  2>         "8",2,
  2>         "1",1,
  2>         "2",1,
  2>         "4",1,
  2>         "6",1,
  2>         null,1]},
  2>     "facet_ranges":{},
  2>     "facet_intervals":{},
  2>     "facet_heatmaps":{}}}
  2> 
  2>  request = facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.missing=true&facet.field=small2_is&facet.method=uif
  2> 170170 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[BAA0449CC91E2531]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   >     java.lang.AssertionError: mismatch: '0'!='1' @ facet_counts/facet_fields/small2_is/[2]
   >         at __randomizedtesting.SeedInfo.seed([BAA0449CC91E2531:B7C864499CE7ED8E]:0)
   >         at org.junit.Assert.fail(Assert.java:89)
   >         at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   >         at org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   >         at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   >         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   >         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   >         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   >         at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   >         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
   >         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   >         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   >         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   >         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   >         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   >         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   >         at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   >         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   >         at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
   >         at java.base/java.lang.Thread.run(Thread.java:835)
  2> NOTE: reproduce with: gradlew test --tests TestRandomDVFaceting.testRandomFaceting -Dtests.seed=BAA0449CC91E2531 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-BA -Dtests.timezone=Asia/Phnom_Penh -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> 170174 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 170174 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2138120391
  2> 170183 INFO  (coreCloseExecutor-1194-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a1a8227
  2> 170183 INFO  (coreCloseExecutor-1194-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@3a1a8227
  2> 170183 INFO  (coreCloseExecutor-1194-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3450ca7f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@55848d4f
  2> 170192 INFO  (coreCloseExecutor-1194-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 170195 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 170195 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@114c85a4: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2a25b065
  2> 170201 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 170201 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6875d154: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@10eb22d5
  2> 170204 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 170205 INFO  (SUITE-TestRandomDVFaceting-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@417d21c6: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@22fc1321
  2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.TestRandomDVFaceting_BAA0449CC91E2531-001
  2> NOTE: test params are: codec=Asserting(Lucene90): {small3_ss=PostingsFormat(name=LuceneFixedGap), foo_ds_dv=Lucene84, foo_f_dv=PostingsFormat(name=LuceneVarGapFixedInterval), small_i=Lucene84, small3_is=Lucene84, small_s=PostingsFormat(name=LuceneFixedGap), score_f=Lucene84, score_d=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneFixedGap), foo_i=PostingsFormat(name=LuceneVarGapFixedInterval), foo_fs_dv=PostingsFormat(name=LuceneFixedGap), foo_l=PostingsFormat(name=LuceneFixedGap), small4_ss=PostingsFormat(name=LuceneVarGapFixedInterval), small2_s=PostingsFormat(name=LuceneFixedGap), small2_i=Lucene84, foo_ls_dv=Lucene84, small2_is=PostingsFormat(name=LuceneVarGapFixedInterval), foo_ds=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_fs=PostingsFormat(name=LuceneVarGapFixedInterval), foo_d_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), score_f_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_d=PostingsFormat(name=LuceneFixedGap), score_d_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), small2_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_f=Lucene84, foo_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_ls=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), small2_s_dv=DocValuesFormat(name=Lucene80), score_d_p=DocValuesFormat(name=Lucene80), small2_is_p=DocValuesFormat(name=Asserting), small3_is_dv=DocValuesFormat(name=Lucene80), foo_ds_dv=DocValuesFormat(name=Asserting), foo_f_dv=DocValuesFormat(name=Lucene80), foo_ds_p=DocValuesFormat(name=Asserting), foo_l_p=DocValuesFormat(name=Lucene80), foo_i_p=DocValuesFormat(name=Asserting), small2_i_dv=DocValuesFormat(name=Lucene80), small4_ss_dv=DocValuesFormat(name=Asserting), small_s_dv=DocValuesFormat(name=Lucene80), small2_ss_dv=DocValuesFormat(name=Asserting), foo_i_dv=DocValuesFormat(name=Asserting), foo_fs_dv=DocValuesFormat(name=Asserting), small2_is_dv=DocValuesFormat(name=Asserting), small_i_p=DocValuesFormat(name=Lucene80), small2_i_p=DocValuesFormat(name=Lucene80), small_i_dv=DocValuesFormat(name=Lucene80), small3_is_p=DocValuesFormat(name=Lucene80), foo_ls_dv=DocValuesFormat(name=Asserting), foo_f_p=DocValuesFormat(name=Lucene80), foo_ls_p=DocValuesFormat(name=Asserting), foo_d_p=DocValuesFormat(name=Lucene80), foo_fs_p=DocValuesFormat(name=Asserting), score_f_dv=DocValuesFormat(name=Lucene80), foo_d_dv=DocValuesFormat(name=Lucene80), score_d_dv=DocValuesFormat(name=Lucene80), foo_l_dv=DocValuesFormat(name=Lucene80), small3_ss_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1529, maxMBSortInHeap=7.513341090698351, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sr-BA, timezone=Asia/Phnom_Penh
  2> NOTE: Linux 5.4.0-52-generic amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=16,threads=1,free=239075328,total=536870912
  2> NOTE: All tests run in this JVM: [TestGroupingSearch, TestMultiValuedNumericRangeQuery, ConjunctionSolrSpellCheckerTest, SpellingQueryConverterTest, TestHighFrequencyDictionaryFactory, TestFreeTextSuggestions, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldTypeCollectionResource, SolrPluginUtilsTest, TestSolrJacksonAnnotation, TestHttpServletCarrier, HLLUtilTest, PrimUtilsTest, TimeZoneUtilsTest, UtilsToolTest, DistributedQueryComponentCustomSortTest, DistributedFacetExistsSmallTest, DistributedMLTComponentTest, TermsComponentTest, DistributedExpandComponentTest, TestPivotHelperCode, InfixSuggestersTest, TestReqParamsAPI, TestSQLHandlerNonCloud, XmlInterpolationTest, DocumentAnalysisRequestHandlerTest, JavabinLoaderTest, TestConfigsApi, CoreAdminRequestStatusTest, MetricsHistoryHandlerTest, SegmentsInfoRequestHandlerTest, InfoHandlerTest, TestSystemCollAutoCreate, TestRandomDVFaceting]

WARNING: Test org.apache.solr.TestDistributedSearch wrote 27,551,193 bytes of output.

org.apache.solr.handler.TestContainerPlugin > testApi FAILED
    java.lang.AssertionError: startCalled
        at __randomizedtesting.SeedInfo.seed([BAA0449CC91E2531:DB322A4EAEE8C67D]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.apache.solr.handler.TestContainerPlugin.testApi(TestContainerPlugin.java:186)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)

org.apache.solr.handler.TestContainerPlugin > test suite's output saved to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.TestContainerPlugin.txt, copied below:
  2> 211006 INFO  (SUITE-TestContainerPlugin-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
  2> 211006 INFO  (SUITE-TestContainerPlugin-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
  2> 211008 INFO  (SUITE-TestContainerPlugin-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/data-dir-45-001
  2> 211009 WARN  (SUITE-TestContainerPlugin-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
  2> 211009 INFO  (SUITE-TestContainerPlugin-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
  2> 211009 INFO  (SUITE-TestContainerPlugin-seed#[BAA0449CC91E2531]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
  2> 211154 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
  2> 211154 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001
  2> 211155 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
  2> 211176 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
  2> 211176 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
  2> 211179 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
  2> 211276 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.ZkTestServer start zk server on port: 36191
  2> 211276 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36191
  2> 211276 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36191
  2> 211276 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36191
  2> 211299 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211331 INFO  (zkConnectionManagerCallback-2187-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211331 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211390 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211411 INFO  (zkConnectionManagerCallback-2189-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211411 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211412 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211422 INFO  (zkConnectionManagerCallback-2191-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211422 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211574 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 211574 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 211577 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
  2> 211577 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 211578 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 211578 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
  2> 211585 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 211585 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 211585 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
  2> 211586 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 211586 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 211586 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
  2> 211651 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 211651 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 211651 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
  2> 211664 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c22079f{/solr,null,AVAILABLE}
  2> 211703 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16088249{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:41883}
  2> 211703 INFO  (jetty-launcher-2192-thread-2) [     ] o.e.j.s.Server Started @211881ms
  2> 211703 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41883}
  2> 211704 ERROR (jetty-launcher-2192-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 211704 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 211704 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 211704 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 211704 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 211704 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T01:52:59.820430Z
  2> 211740 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211740 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 211740 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 211740 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
  2> 211740 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 211740 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 211740 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
  2> 211741 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9ff5735{/solr,null,AVAILABLE}
  2> 211745 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a02171f{/solr,null,AVAILABLE}
  2> 211748 INFO  (zkConnectionManagerCallback-2194-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211748 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211759 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
  2> 211759 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
  2> 211759 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
  2> 211759 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8d1d955{/solr,null,AVAILABLE}
  2> 211762 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@136d3996{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:37699}
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.e.j.s.Server Started @211940ms
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37699}
  2> 211763 ERROR (jetty-launcher-2192-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 211763 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T01:52:59.879669Z
  2> 211775 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 211779 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f4876{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:44273}
  2> 211779 INFO  (jetty-launcher-2192-thread-4) [     ] o.e.j.s.Server Started @211957ms
  2> 211779 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44273}
  2> 211780 ERROR (jetty-launcher-2192-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 211780 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 211780 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 211780 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 211780 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 211780 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T01:52:59.896264Z
  2> 211780 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@11c73ec0{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:33247}
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.e.j.s.Server Started @211958ms
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33247}
  2> 211780 ERROR (jetty-launcher-2192-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
  2> 211780 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T01:52:59.896784Z
  2> 211783 INFO  (zkConnectionManagerCallback-2196-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211783 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211784 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211786 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211797 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 211798 INFO  (zkConnectionManagerCallback-2198-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211798 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211798 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 211800 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 211804 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 211805 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 211806 WARN  (jetty-launcher-2192-thread-2-SendThread(127.0.0.1:36191)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007351dd80003.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80003, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80003, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
  2> 211831 INFO  (zkConnectionManagerCallback-2200-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211831 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211908 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
  2> 211910 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 211911 WARN  (jetty-launcher-2192-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@483fe5bd[provider=null,keyStore=null,trustStore=null]
  2> 211911 WARN  (jetty-launcher-2192-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@483fe5bd[provider=null,keyStore=null,trustStore=null]
  2> 211913 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
  2> 211916 WARN  (jetty-launcher-2192-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a86e0a8[provider=null,keyStore=null,trustStore=null]
  2> 211916 WARN  (jetty-launcher-2192-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a86e0a8[provider=null,keyStore=null,trustStore=null]
  2> 211917 INFO  (jetty-launcher-2192-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36191/solr
  2> 211920 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 211921 INFO  (zkConnectionManagerCallback-2210-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 211921 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 211984 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41883_solr
  2> 211985 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.c.Overseer Overseer (id=72065518753284103-127.0.0.1:41883_solr-n_0000000000) starting
  2> 211991 INFO  (OverseerStateUpdate-72065518753284103-127.0.0.1:41883_solr-n_0000000000) [n:127.0.0.1:41883_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41883_solr
  2> 211999 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41883_solr
  2> 212000 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 212001 WARN  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_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
  2> 212008 INFO  (jetty-launcher-2192-thread-2) [n:127.0.0.1:41883_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node2
  2> 212012 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 212014 INFO  (zkCallback-2209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
  2> 212019 WARN  (jetty-launcher-2192-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c23aa96[provider=null,keyStore=null,trustStore=null]
  2> 212019 WARN  (jetty-launcher-2192-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c23aa96[provider=null,keyStore=null,trustStore=null]
  2> 212068 WARN  (jetty-launcher-2192-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e62b31d[provider=null,keyStore=null,trustStore=null]
  2> 212069 WARN  (jetty-launcher-2192-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e62b31d[provider=null,keyStore=null,trustStore=null]
  2> 212070 INFO  (jetty-launcher-2192-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36191/solr
  2> 212078 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 212079 INFO  (zkConnectionManagerCallback-2228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 212079 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 212104 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
  2> 212107 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37699_solr as DOWN
  2> 212108 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 212108 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37699_solr
  2> 212109 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 212109 WARN  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_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
  2> 212115 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 212118 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
  2> 212118 INFO  (jetty-launcher-2192-thread-1) [n:127.0.0.1:37699_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node1
  2> 212127 WARN  (jetty-launcher-2192-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4dc391e9[provider=null,keyStore=null,trustStore=null]
  2> 212127 WARN  (jetty-launcher-2192-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4dc391e9[provider=null,keyStore=null,trustStore=null]
  2> 212147 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
  2> 212153 WARN  (jetty-launcher-2192-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@131d49d7[provider=null,keyStore=null,trustStore=null]
  2> 212153 WARN  (jetty-launcher-2192-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@131d49d7[provider=null,keyStore=null,trustStore=null]
  2> 212154 INFO  (jetty-launcher-2192-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36191/solr
  2> 212170 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 212174 INFO  (zkConnectionManagerCallback-2244-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 212174 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 212176 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
  2> 212186 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33247_solr as DOWN
  2> 212187 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 212187 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33247_solr
  2> 212188 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 212188 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 212189 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 212190 WARN  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_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
  2> 212194 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
  2> 212197 INFO  (jetty-launcher-2192-thread-3) [n:127.0.0.1:33247_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node3
  2> 212213 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
  2> 212224 WARN  (jetty-launcher-2192-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f3146c8[provider=null,keyStore=null,trustStore=null]
  2> 212224 WARN  (jetty-launcher-2192-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f3146c8[provider=null,keyStore=null,trustStore=null]
  2> 212240 WARN  (jetty-launcher-2192-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34e56ffa[provider=null,keyStore=null,trustStore=null]
  2> 212240 WARN  (jetty-launcher-2192-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34e56ffa[provider=null,keyStore=null,trustStore=null]
  2> 212241 INFO  (jetty-launcher-2192-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36191/solr
  2> 212256 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 212270 INFO  (zkConnectionManagerCallback-2260-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 212271 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 212275 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
  2> 212277 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44273_solr as DOWN
  2> 212277 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 212277 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44273_solr
  2> 212278 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 212278 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 212278 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 212279 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
  2> 212279 WARN  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_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
  2> 212282 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
  2> 212287 INFO  (jetty-launcher-2192-thread-4) [n:127.0.0.1:44273_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node4
  2> 212303 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
  2> 212310 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
  2> 212325 INFO  (zkConnectionManagerCallback-2271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  2> 212325 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
  2> 212326 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
  2> 212327 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36191/solr ready
  2> 212543 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44273_solr} status=0 QTime=1
  2> 212543 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44273_solr 
  2> 212596 INFO  (qtp801785483-3168) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
  2> 212611 INFO  (qtp801785483-3168) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=5
  2> 212613 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
  2> 212613 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
  2> 212622 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44273_solr} status=0 QTime=7
  2> 212622 INFO  (updateExecutor-2206-thread-1-processing-n:127.0.0.1:41883_solr) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44273_solr 
  2> 212655 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
  2> 212671 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44273_solr} status=0 QTime=11
  2> 212671 INFO  (updateExecutor-2240-thread-1-processing-n:127.0.0.1:33247_solr) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44273_solr 
  2> 212675 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
  2> 212677 INFO  (updateExecutor-2206-thread-1-processing-n:127.0.0.1:41883_solr) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
  2> 212677 INFO  (updateExecutor-2206-thread-1-processing-n:127.0.0.1:41883_solr) [n:127.0.0.1:41883_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
  2> 212681 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=265
  1> sync resp: https://127.0.0.1:44273/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
  2> 212719 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
  2> 212722 INFO  (qtp970821238-3176) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
  2> 212730 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
  2> 212732 INFO  (updateExecutor-2240-thread-1-processing-n:127.0.0.1:33247_solr) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
  2> 212732 INFO  (updateExecutor-2240-thread-1-processing-n:127.0.0.1:33247_solr) [n:127.0.0.1:33247_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
  2> 212737 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_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
  2> 212770 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_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
  2> 212784 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_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
  2> 212823 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 212837 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
  2> 212857 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_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
  2> 212878 INFO  (qtp801785483-3168) [n:127.0.0.1:44273_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
  2> 212910 INFO  (qtp1018701061-3171) [n:127.0.0.1:37699_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
  2> 212915 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
  2> 212916 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
  2> 212930 INFO  (updateExecutor-2240-thread-1-processing-n:127.0.0.1:33247_solr) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:41883_solr 
  2> 212934 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:41883_solr} status=0 QTime=3
  2> 212970 INFO  (qtp970821238-3176) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
  2> 212980 INFO  (qtp801785483-3168) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:41883_solr} status=0 QTime=24
  2> 212980 INFO  (updateExecutor-2256-thread-2-processing-n:127.0.0.1:44273_solr) [n:127.0.0.1:44273_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:41883_solr 
  2> 212991 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:41883_solr} status=0 QTime=0
  2> 212992 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:41883_solr 
  2> 212992 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_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=181
  2> 213021 INFO  (qtp970821238-3187) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
  2> 213045 INFO  (qtp970821238-3187) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
  2> 213046 INFO  (updateExecutor-2240-thread-1-processing-n:127.0.0.1:33247_solr) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
  2> 213046 INFO  (updateExecutor-2240-thread-1-processing-n:127.0.0.1:33247_solr) [n:127.0.0.1:33247_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
  2> 213048 INFO  (qtp970821238-3187) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
  2> 213062 INFO  (qtp970821238-3190) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
  2> 213063 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
  2> 213063 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
  2> 213069 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
  2> 213070 INFO  (updateExecutor-2256-thread-2-processing-n:127.0.0.1:44273_solr) [n:127.0.0.1:44273_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
  2> 213070 INFO  (updateExecutor-2256-thread-2-processing-n:127.0.0.1:44273_solr) [n:127.0.0.1:44273_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
  2> 213080 INFO  (qtp970821238-3192) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213123 INFO  (qtp1018701061-3171) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213171 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213208 INFO  (qtp801785483-3168) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213232 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213233 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
  2> 213264 INFO  (qtp1018701061-3194) [n:127.0.0.1:37699_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
  2> 213279 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_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
  2> 213308 INFO  (qtp970821238-3176) [n:127.0.0.1:41883_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
  2> 213309 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
  2> 213309 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
  2> 213343 INFO  (qtp970821238-3192) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:33247_solr} status=0 QTime=7
  2> 213349 INFO  (updateExecutor-2206-thread-2-processing-n:127.0.0.1:41883_solr) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:33247_solr 
  2> 213370 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
  2> 213380 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:33247_solr} status=0 QTime=0
  2> 213380 INFO  (updateExecutor-2256-thread-2-processing-n:127.0.0.1:44273_solr) [n:127.0.0.1:44273_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:33247_solr 
  2> 213396 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
  2> 213403 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
  2> 213411 INFO  (updateExecutor-2206-thread-2-processing-n:127.0.0.1:41883_solr) [n:127.0.0.1:41883_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
  2> 213411 INFO  (updateExecutor-2206-thread-2-processing-n:127.0.0.1:41883_solr) [n:127.0.0.1:41883_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
  2> 213415 INFO  (qtp1041379846-3197) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
  2> 213415 INFO  (qtp1018701061-3171) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:33247_solr} status=0 QTime=0
  2> 213415 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:33247_solr 
  2> 213416 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_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=185
  2> 213438 INFO  (qtp970821238-3173) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213439 INFO  (updateExecutor-2256-thread-2-processing-n:127.0.0.1:44273_solr) [n:127.0.0.1:44273_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
  2> 213439 INFO  (updateExecutor-2256-thread-2-processing-n:127.0.0.1:44273_solr) [n:127.0.0.1:44273_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
  2> 213444 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
  2> 213455 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
  2> 213457 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
  2> 213457 INFO  (updateExecutor-2224-thread-1-processing-n:127.0.0.1:37699_solr) [n:127.0.0.1:37699_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
  2> 213474 INFO  (qtp1018701061-3171) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213486 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213513 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
  2> 213572 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213573 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213593 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 213593 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 213593 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
  2> 213595 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 213595 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 213595 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
  2> 213597 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 213597 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 213597 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
  2> 213597 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 213597 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
  2> 213597 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
  2> 213614 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213615 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213615 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213615 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213615 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213616 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213616 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213616 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213620 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node3/filestore/myplugin]
  2> 213621 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node4/filestore/myplugin]
  2> 213621 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 213621 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 213623 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node1/filestore/myplugin]
  2> 213623 INFO  (qtp970821238-3187) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 213623 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 213631 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node2/filestore/myplugin]
  2> 213631 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
  2> 213641 INFO  (qtp1018701061-3194) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 213671 INFO  (qtp1041379846-3199) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 213672 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 0
  2> 213672 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=137
  2> 213702 INFO  (qtp970821238-3190) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
  2> 213727 INFO  (qtp1018701061-3194) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
  2> 213741 INFO  (qtp1041379846-3199) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
  2> 213769 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
  2> 213778 INFO  (qtp801785483-3175) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=6
  2> 213791 INFO  (qtp970821238-3176) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=5
  2> 213793 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
  2> 213812 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213813 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213815 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
  2> 213815 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
  2> 213815 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
  2> 213816 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
  2> 213816 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
  2> 213816 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
  2> 213816 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
  2> 213816 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
  2> 213816 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
  2> 213816 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
  2> 213816 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
  2> 213817 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
  2> 213817 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213817 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213817 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213817 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213817 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213818 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node1/filestore/myplugin]
  2> 213818 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
  2> 213818 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213818 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node3/filestore/myplugin]
  2> 213818 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
  2> 213819 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213820 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node2/filestore/myplugin]
  2> 213820 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
  2> 213822 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
  2> 213823 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_BAA0449CC91E2531-001/tempDir-001/node4/filestore/myplugin]
  2> 213823 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
  2> 213829 INFO  (qtp970821238-3192) [n:127.0.0.1:41883_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 213854 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 213872 INFO  (qtp1041379846-3180) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
  2> 213883 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
  2> 213883 INFO  (qtp1018701061-3169) [n:127.0.0.1:37699_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=73
  2> 213888 INFO  (qtp1041379846-3197) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=4
  2> 213891 INFO  (qtp1041379846-3178) [n:127.0.0.1:33247_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=1
  2> 213892 INFO  (qtp801785483-3168) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
  2> 213900 INFO  (qtp801785483-3166) [n:127.0.0.1:44273_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=6
  2> 214008 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1201316444
  2> 214008 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41883_solr
  2> 214009 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
  2> 214010 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41883_solr as DOWN
  2> 214019 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
  2> 214019 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
  2> 214019 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
  2> 214019 INFO  (zkCallback-2209-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
  2> 214022 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1946666107
  2> 214022 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33247_solr
  2> 214022 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=187771112
  2> 214022 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37699_solr
  2> 214023 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
  2> 214023 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
  2> 214024 INFO  (zkCallback-2209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
  2> 214024 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
  2> 214026 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
  2> 214026 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37699_solr as DOWN
  2> 214027 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1259764604
  2> 214027 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44273_solr
  2> 214028 INFO  (zkCallback-2259-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
  2> 214028 INFO  (zkCallback-2243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
  2> 214028 INFO  (zkCallback-2227-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
  2> 214028 INFO  (zkCallback-2209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
  2> 214038 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
  2> 214038 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44273_solr as DOWN
  2> 214039 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
  2> 214039 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33247_solr as DOWN
  2> 214074 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 214074 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 214074 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 214074 INFO  (jetty-closer-2272-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
  2> 214103 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
  2> 214110 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 214110 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 214110 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 214110 INFO  (jetty-closer-2272-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
  2> 214139 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 214139 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 214139 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 214139 INFO  (jetty-closer-2272-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
  2> 214156 WARN  (jetty-launcher-2192-thread-4-SendThread(127.0.0.1:36191)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007351dd8000a.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd8000a, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd8000a, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
  2> 214166 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 214166 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 214166 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 214166 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
  2> 214168 INFO  (closeThreadPool-2292-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72065518753284103-127.0.0.1:41883_solr-n_0000000000) closing
  2> 214169 INFO  (OverseerStateUpdate-72065518753284103-127.0.0.1:41883_solr-n_0000000000) [n:127.0.0.1:41883_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41883_solr
  2> 214169 WARN  (jetty-launcher-2192-thread-3-SendThread(127.0.0.1:36191)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007351dd80009.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80009, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80009, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
  2> 214169 WARN  (jetty-launcher-2192-thread-1-SendThread(127.0.0.1:36191)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007351dd80008.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80008, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80008, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
  2> 214187 INFO  (closeThreadPool-2292-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72065518753284103-127.0.0.1:41883_solr-n_0000000000) closing
  2> 214271 WARN  (jetty-launcher-2192-thread-2-SendThread(127.0.0.1:36191)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007351dd80007.
  2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80007, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
  2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10007351dd80007, likely server has closed socket
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
  2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
  2> 214361 INFO  (jetty-closer-2272-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@136d3996{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
  2> 214361 INFO  (jetty-closer-2272-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9ff5735{/solr,null,STOPPED}
  2> 214361 INFO  (jetty-closer-2272-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
  2> 214457 INFO  (jetty-closer-2272-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72065518753284103-127.0.0.1:41883_solr-n_0000000000) closing
  2> 222694 INFO  (jetty-closer-2272-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f4876{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
  2> 222695 INFO  (jetty-closer-2272-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8d1d955{/solr,null,STOPPED}
  2> 222695 INFO  (jetty-closer-2272-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
  2> 223007 INFO  (jetty-closer-2272-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@16088249{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
  2> 223007 INFO  (jetty-closer-2272-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c22079f{/solr,null,STOPPED}
  2> 223007 INFO  (jetty-closer-2272-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
  2> 223423 INFO  (jetty-closer-2272-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@11c73ec0{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
  2> 223423 INFO  (jetty-closer-2272-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a02171f{/solr,null,STOPPED}
  2> 223423 INFO  (jetty-closer-2272-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
  2> 223433 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
  2> 223436 WARN  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BAA0449CC91E2531]-SendThread(127.0.0.1:36191)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007351dd80000.
  2>           => EndOfStreamException: Unable to read additional data from s

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

files to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content using props:
  htmlSolrJavadocs -> link:../../../documentation/build/site
  htmlLuceneJavadocs -> link:../../../../lucene/documentation/build/site
  htmlOutDir -> ../local-jdoc-links-site
  javadocLink -> https://docs.oracle.com/en/java/javase/11/docs/api/
  solrGuideDraftStatus -> DRAFT
  solrRootPath -> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/
  solrDocsVersion -> 9.0
  solrGuideVersionPath -> 9_0
  buildDate -> 2020-11-10
  buildYear -> 2020
  ivyCommonsCodec -> 1.13
  ivyDropwizardMetrics -> 4.1.5
  ivyLog4j -> 2.13.2
  ivyOpennlpTools -> 1.9.1
  ivyTika -> 1.24
  ivyZookeeper -> 3.6.2
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content/_data/scrollnav.json
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content/_data/sidebar.json

> Task :solr:solr-ref-guide:buildLocalJavadocLinksSite
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.headius.backport9.modules.Modules (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.9.0/8e44ce7a1417966d89957bd766a148601e28828b/jruby-complete-9.2.9.0.jar) to method sun.nio.ch.NativeThread.signal(long)
WARNING: Please consider reporting this to the maintainers of com.headius.backport9.modules.Modules
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Configuration file: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content/_config.yml
            Source: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/local-jdoc-links-site-content
       Destination: ../local-jdoc-links-site
 Incremental build: disabled. Enable with --incremental
      Generating... 
asciidoctor: WARNING: skipping reference to missing attribute: config_name
asciidoctor: WARNING: skipping reference to missing attribute: file_name
                    done in 14.668 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:checkLocalJavadocLinksSite
Processed 2443 links (1998 relative) to 3514 anchors in 243 files

> Task :solr:solr-ref-guide:prepareSiteSources
Syncing source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content using props:
  htmlSolrJavadocs -> https://lucene.apache.org/solr/9_0_0/
  htmlLuceneJavadocs -> https://lucene.apache.org/core/9_0_0/
  htmlOutDir -> ../html-site
  javadocLink -> https://docs.oracle.com/en/java/javase/11/docs/api/
  solrGuideDraftStatus -> DRAFT
  solrRootPath -> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/
  solrDocsVersion -> 9.0
  solrGuideVersionPath -> 9_0
  buildDate -> 2020-11-10
  buildYear -> 2020
  ivyCommonsCodec -> 1.13
  ivyDropwizardMetrics -> 4.1.5
  ivyLog4j -> 2.13.2
  ivyOpennlpTools -> 1.9.1
  ivyTika -> 1.24
  ivyZookeeper -> 3.6.2
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content/_data/scrollnav.json
Creating /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content/_data/sidebar.json

> Task :solr:solr-ref-guide:buildSite
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.headius.backport9.modules.Modules (file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.9.0/8e44ce7a1417966d89957bd766a148601e28828b/jruby-complete-9.2.9.0.jar) to method sun.nio.ch.NativeThread.signal(long)
WARNING: Please consider reporting this to the maintainers of com.headius.backport9.modules.Modules
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Configuration file: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content/_config.yml
            Source: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build/html-site-content
       Destination: ../html-site
 Incremental build: disabled. Enable with --incremental
      Generating... 
asciidoctor: WARNING: skipping reference to missing attribute: config_name
asciidoctor: WARNING: skipping reference to missing attribute: file_name
                    done in 14.722 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:checkSite
Processed 2443 links (1760 relative) to 3514 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:solrj:check
> Task :solr:test-framework:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:analytics:check
> Task :solr:contrib:clustering:check
> Task :solr:contrib:extraction:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check
> Task :solr:contrib:ltr:check
> Task :solr:contrib:prometheus-exporter:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.TestRandomDVFaceting.testRandomFaceting (:solr:core)
    Test output: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.TestRandomDVFaceting.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.TestRandomDVFaceting.testRandomFaceting" -Ptests.jvms=6 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Ptests.seed=BAA0449CC91E2531 -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.handler.TestContainerPlugin.testApi (:solr:core)
    Test output: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.TestContainerPlugin.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.TestContainerPlugin.testApi" -Ptests.jvms=6 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Ptests.seed=BAA0449CC91E2531 -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents (:solr:core)
    Test output: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cluster.events.ClusterEventProducerTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cluster.events.ClusterEventProducerTest.testEvents" -Ptests.jvms=6 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Ptests.seed=BAA0449CC91E2531 -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:test'.
> Process 'Gradle Test Executor 135' finished with non-zero exit value 134
  This problem might be caused by incorrect test process configuration.
  Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.6.1/userguide/java_testing.html#sec:test_execution

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 49m 36s
854 actionable tasks: 854 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any