Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/643/
Java: 64bit/jdk-14-rc -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions 
-XX:+UseZGC

2 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
        at 
__randomizedtesting.SeedInfo.seed([A28DD1E7A9991F18:D278724EC951B66E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:215)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.testReporter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([A28DD1E7A9991F18:FD69FCD0C2958C5D]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.testReporter(SolrGraphiteReporterTest.java:76)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13450 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrGraphiteReporterTest
   [junit4]   2> 286568 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 286568 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 286584 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGraphiteReporterTest_A28DD1E7A9991F18-001/data-dir-29-001
   [junit4]   2> 286584 WARN  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 286584 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 286585 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-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) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 286644 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 288387 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@86a28a2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 288784 WARN  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:1036) 
~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2>        at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:620) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:180) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCoreContainer(SolrTestCaseJ4.java:825) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.testReporter(SolrGraphiteReporterTest.java:64)
 ~[test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:564) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 ~[java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 ~[java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 ~[java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 ~[java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 288784 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 288804 WARN  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@141d94ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 288804 WARN  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@141d94ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 288844 WARN  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3a8dbf98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 288844 WARN  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3a8dbf98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 288851 WARN  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 288935 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 288936 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 289091 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86a28a2
   [junit4]   2> 289104 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86a28a2
   [junit4]   2> 289104 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@86a28a2
   [junit4]   2> 289108 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 289166 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 289244 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 289779 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field 
id
   [junit4]   2> 289836 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 289845 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@86a28a2
   [junit4]   2> 289845 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGraphiteReporterTest_A28DD1E7A9991F18-001/data-dir-29-001/]
   [junit4]   2> 289866 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=19.099609375, 
floorSegmentMB=0.5751953125, forceMergeDeletesPctAllowed=2.2993239099911786, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.18267653447938273, deletesPctAllowed=41.865449011866076
   [junit4]   2> 289984 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 289984 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 289992 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 289992 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 289993 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 289993 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1eba3972[collection1] main]
   [junit4]   2> 289994 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 290030 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 290216 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 290217 INFO  (coreLoadExecutor-835-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1658603391925878784
   [junit4]   2> 290222 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 290224 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 290224 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 290224 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 290231 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 290232 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 290233 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 290239 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 290240 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 290242 INFO  
(searcherExecutor-836-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1eba3972[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 298034 INFO  
(TEST-SolrGraphiteReporterTest.testReporter-seed#[A28DD1E7A9991F18]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrGraphiteReporterTest -Dtests.method=testReporter 
-Dtests.seed=A28DD1E7A9991F18 -Dtests.slow=true -Dtests.locale=en-SI 
-Dtests.timezone=W-SU -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 11.5s J0 | SolrGraphiteReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A28DD1E7A9991F18:FD69FCD0C2958C5D]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.testReporter(SolrGraphiteReporterTest.java:76)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 298048 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 298048 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1143832245
   [junit4]   2> 298055 INFO  (coreCloseExecutor-841-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6eceef9e
   [junit4]   2> 298055 INFO  (coreCloseExecutor-841-thread-1) [    
x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=SolrCore@6eceef9e
   [junit4]   2> 298056 INFO  (coreCloseExecutor-841-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7be42ff0: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@45d1a721
   [junit4]   2> 298283 WARN  (metrics-graphite-reporter-2-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298283 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298283 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298284 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298284 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298285 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298285 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298286 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298286 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298286 INFO  (coreCloseExecutor-841-thread-1) [    
x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  
... SKIPPED (unnecessary).
   [junit4]   2> 298287 WARN  (metrics-graphite-reporter-1-thread-1) [     ] 
c.c.m.g.GraphiteReporter Unable to report to Graphite
   [junit4]   2>           => java.net.ConnectException: Connection refused
   [junit4]   2>        at java.base/sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:503) ~[?:?]
   [junit4]   2>        at sun.nio.ch.Net.connect(Net.java:492) ~[?:?]
   [junit4]   2>        at 
sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?]
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:648) ~[?:?]
   [junit4]   2>        at java.net.Socket.connect(Socket.java:597) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:520) ~[?:?]
   [junit4]   2>        at java.net.Socket.<init>(Socket.java:328) ~[?:?]
   [junit4]   2>        at 
javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:277) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.graphite.Graphite.connect(Graphite.java:130) 
~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:263)
 ~[metrics-graphite-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:242) 
~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
com.codahale.metrics.ScheduledReporter.lambda$start$0(ScheduledReporter.java:182)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 298295 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 298295 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d8a21d8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@dbff45c
   [junit4]   2> 298300 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 298300 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7936914e: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@104f013
   [junit4]   2> 298302 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 298302 INFO  
(SUITE-SolrGraphiteReporterTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@32c5e01c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@2c95fea3
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGraphiteReporterTest_A28DD1E7A9991F18-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=21280, maxDocsPerChunk=786, blockShift=22), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=21280, blockSize=22)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@216177c6),
 locale=en-SI, timezone=W-SU
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 14 
(64-bit)/cpus=6,threads=1,free=383778816,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedIntervalFacetingTest, CloneFieldUpdateProcessorFactoryTest, 
TestSlowCompositeReaderWrapper, JavabinLoaderTest, TestDFRSimilarityFactory, 
JsonLoaderTest, ConfigureRecoveryStrategyTest, NodeLostTriggerIntegrationTest, 
SOLR749Test, TestNumericRangeQuery32, TestValueSourceCache, TestFiltering, 
PluginInfoTest, SolrXmlInZkTest, TestBlobHandler, TestAnalyzeInfixSuggestions, 
LoggingHandlerTest, SolrPluginUtilsTest, TestHdfsUpdateLog, 
TestDynamicFieldCollectionResource, PropertiesRequestHandlerTest, 
TestManagedResource, MoveReplicaTest, TestElisionMultitermQuery, 
SchemaVersionSpecificBehaviorTest, SolrGraphiteReporterTest]
   [junit4] Completed [64/901 (1!)] on J0 in 11.94s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 79 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> 164976 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 164976 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 164977 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/data-dir-6-001
   [junit4]   2> 164977 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 164978 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-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) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 164982 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001
   [junit4]   2> 164982 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 164983 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 164983 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 165084 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:65259
   [junit4]   2> 165084 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65259
   [junit4]   2> 165084 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65259
   [junit4]   2> 165084 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 65259
   [junit4]   2> 165090 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165096 INFO  (zkConnectionManagerCallback-193-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165096 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165117 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165124 INFO  (zkConnectionManagerCallback-195-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165124 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165126 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165132 INFO  (zkConnectionManagerCallback-197-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165132 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165422 WARN  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 165422 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 165422 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 165422 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 165438 WARN  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 165438 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 165438 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 165438 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 165455 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 165455 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 165455 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 165482 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 165482 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 165483 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 165483 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31506db3{/solr,null,AVAILABLE}
   [junit4]   2> 165487 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f97edd6{/solr,null,AVAILABLE}
   [junit4]   2> 165492 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f424576{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:65264}
   [junit4]   2> 165492 INFO  (jetty-launcher-198-thread-2) [     ] 
o.e.j.s.Server Started @165612ms
   [junit4]   2> 165493 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65264}
   [junit4]   2> 165493 ERROR (jetty-launcher-198-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 165493 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 165493 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 165493 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 165493 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 165493 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-15T11:48:51.252875Z
   [junit4]   2> 165496 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6bc75711{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:65265}
   [junit4]   2> 165496 INFO  (jetty-launcher-198-thread-1) [     ] 
o.e.j.s.Server Started @165615ms
   [junit4]   2> 165496 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65265}
   [junit4]   2> 165496 ERROR (jetty-launcher-198-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 165496 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 165496 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 165497 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 165497 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 165498 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-15T11:48:51.256492Z
   [junit4]   2> 165499 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165506 INFO  (zkConnectionManagerCallback-200-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165506 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165506 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165507 INFO  (zkConnectionManagerCallback-202-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165507 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165508 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 165509 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 165779 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 165785 WARN  (jetty-launcher-198-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@70d341df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165785 WARN  (jetty-launcher-198-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@70d341df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165817 WARN  (jetty-launcher-198-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5be1603d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165817 WARN  (jetty-launcher-198-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5be1603d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165832 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65259/solr
   [junit4]   2> 165846 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165849 INFO  (zkConnectionManagerCallback-210-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165851 INFO  (jetty-launcher-198-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165942 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 165949 WARN  (jetty-launcher-198-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@55dc99af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165949 WARN  (jetty-launcher-198-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@55dc99af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165971 WARN  (jetty-launcher-198-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4a60f7c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165972 WARN  (jetty-launcher-198-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4a60f7c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 165973 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65259/solr
   [junit4]   2> 165979 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 165994 INFO  (zkConnectionManagerCallback-215-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165994 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 165999 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 166002 INFO  (zkConnectionManagerCallback-218-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 166004 INFO  (jetty-launcher-198-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 166118 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 166125 INFO  (zkConnectionManagerCallback-220-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 166125 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 167382 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65265_solr
   [junit4]   2> 167387 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.Overseer Overseer 
(id=72069138221236232-127.0.0.1:65265_solr-n_0000000000) starting
   [junit4]   2> 167460 INFO  
(OverseerStateUpdate-72069138221236232-127.0.0.1:65265_solr-n_0000000000) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:65265_solr
   [junit4]   2> 167464 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65265_solr
   [junit4]   2> 167473 INFO  (zkCallback-219-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 167489 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 167491 WARN  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 167543 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 167593 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 167612 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 167613 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 167617 INFO  (jetty-launcher-198-thread-1) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001/node1/.
   [junit4]   2> 167762 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 167780 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:65264_solr as DOWN
   [junit4]   2> 167782 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 167782 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65264_solr
   [junit4]   2> 167788 INFO  (zkCallback-214-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 167789 INFO  (zkCallback-219-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 167812 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 167813 WARN  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 167862 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 167887 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65264.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 167905 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65264.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 167905 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65264.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 167907 INFO  (jetty-launcher-198-thread-2) 
[n:127.0.0.1:65264_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001/node2/.
   [junit4]   2> 167940 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 167941 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 167961 INFO  (zkConnectionManagerCallback-233-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167962 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 167973 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 167992 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65259/solr ready
   [junit4]   2> 168180 INFO  
(TEST-SystemCollectionCompatTest.testBackCompat-seed#[A28DD1E7A9991F18]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 168523 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 168562 INFO  
(OverseerThreadFactory-145-thread-1-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 168690 INFO  
(OverseerStateUpdate-72069138221236232-127.0.0.1:65265_solr-n_0000000000) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:65264/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65264_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 168700 INFO  
(OverseerStateUpdate-72069138221236232-127.0.0.1:65265_solr-n_0000000000) 
[n:127.0.0.1:65265_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:65265/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65265_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 168943 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr    
x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 168945 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr    
x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 168945 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr    
x:.system_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 169000 WARN  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.c.SolrConfig You should not use LATEST as luceneMatchVersion property: if 
you use this setting, and then Solr upgrades to a newer release of Lucene, 
sizable changes may happen. If precise back compatibility is important then you 
should instead explicitly specify an actual Lucene version.
   [junit4]   2> 169000 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 169030 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 169052 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 169053 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 169062 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection 
or core
   [junit4]   2> 169062 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection 
or core
   [junit4]   2> 169241 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 169243 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 169253 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 169254 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 169264 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using 
configuration from configset .system, trusted=true
   [junit4]   2> 169276 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65264.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 169277 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001/node2/.system_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 169284 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 169285 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using 
configuration from configset .system, trusted=true
   [junit4]   2> 169286 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20573508
   [junit4]   2> 169286 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[.system_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001/node1/.system_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001/tempDir-001/node1/./.system_shard1_replica_n2/data/]
   [junit4]   2> 169379 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 169379 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 169379 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 169379 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 169382 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 169382 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 169382 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 169383 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 169385 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@52eb6508[.system_shard1_replica_n2] 
main]
   [junit4]   2> 169385 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7758d69c[.system_shard1_replica_n1] 
main]
   [junit4]   2> 169389 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 169389 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 169391 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 169391 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 169394 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 169394 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 169397 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 169397 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 169398 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 169398 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1658603265229586432
   [junit4]   2> 169403 INFO  
(searcherExecutor-154-thread-1-processing-n:127.0.0.1:65264_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] 
Registered new searcher Searcher@7758d69c[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 169407 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection 
or core
   [junit4]   2> 169421 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 169421 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 23 ms
   [junit4]   2> 169422 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 169422 INFO  (qtp2097543069-562) [n:127.0.0.1:65265_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1658603265254752256
   [junit4]   2> 169433 INFO  (qtp1865499302-552) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 

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

xception: org.apache.solr.client.solrj.SolrServerException: Server refused 
connection at: https://127.0.0.1:65265/solr/.system_shard1_replica_n2
   [junit4]   2> 368774 WARN  
(managedSchemaExecutor-168-thread-1-processing-n:127.0.0.1:65264_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Failed to get 
/schema/zkversion from https://127.0.0.1:65265/solr/.system_shard1_replica_n2/ 
due to: java.util.concurrent.ExecutionException: 
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
https://127.0.0.1:65265/solr/.system_shard1_replica_n2
   [junit4]   2> 368775 WARN  
(managedSchemaExecutor-168-thread-1-processing-n:127.0.0.1:65264_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Failed to get 
/schema/zkversion from https://127.0.0.1:65265/solr/.system_shard1_replica_n2/ 
due to: java.util.concurrent.ExecutionException: 
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
https://127.0.0.1:65265/solr/.system_shard1_replica_n2
   [junit4]   2> 368776 WARN  
(managedSchemaExecutor-168-thread-1-processing-n:127.0.0.1:65264_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Failed to get 
/schema/zkversion from https://127.0.0.1:65265/solr/.system_shard1_replica_n2/ 
due to: java.util.concurrent.ExecutionException: 
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
https://127.0.0.1:65265/solr/.system_shard1_replica_n2
   [junit4]   2> 368778 WARN  
(managedSchemaExecutor-168-thread-1-processing-n:127.0.0.1:65264_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Failed to get 
/schema/zkversion from https://127.0.0.1:65265/solr/.system_shard1_replica_n2/ 
due to: java.util.concurrent.ExecutionException: 
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
https://127.0.0.1:65265/solr/.system_shard1_replica_n2
   [junit4]   2> 370005 WARN  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchema Core core_node3 was interrupted waiting for schema 
version 2 to propagate to 1 replicas for collection .system
   [junit4]   2> 370005 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchema Took 198671.0ms for 1 replicas to apply schema 
update version 2 for collection .system
   [junit4]   2> 370006 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request 
[.system_shard1_replica_n1]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=199066
   [junit4]   2> 370006 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore 
[.system_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@78898c5b
   [junit4]   2> 370006 WARN  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.m.SolrMetricManager Interrupted while trying to obtain lock to modify 
reporters registry: solr.core..system.shard1.replica_n1
   [junit4]   2> 370006 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection..system.shard1.leader, tag=SolrCore@78898c5b
   [junit4]   2> 370006 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 370007 INFO  (qtp1865499302-556) [n:127.0.0.1:65264_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@37274f69 commitCommandVersion:0
   [junit4]   2> 370007 INFO  
(httpUriRequest-37416-thread-1-processing-x:.system_shard1_replica_n1 
r:core_node3 n:127.0.0.1:65264_solr 
https:////127.0.0.1:65265//solr//.system_shard1_replica_n2 c:.system s:shard1) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.h.i.e.RetryExec I/O exception 
(java.net.SocketException) caught when processing request to 
{s}->https://127.0.0.1:65265: Socket closed
   [junit4]   2> 370007 INFO  
(httpUriRequest-37416-thread-1-processing-x:.system_shard1_replica_n1 
r:core_node3 n:127.0.0.1:65264_solr 
https:////127.0.0.1:65265//solr//.system_shard1_replica_n2 c:.system s:shard1) 
[n:127.0.0.1:65264_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1 ] o.a.h.i.e.RetryExec Retrying request to 
{s}->https://127.0.0.1:65265
   [junit4]   2> 370019 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 370239 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/configs/.system/managed-schema
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        8       /solr/collections/.system/terms/shard1
   [junit4]   2>        6       /solr/configs/.system
   [junit4]   2>        5       /solr/collections/.system/collectionprops.json
   [junit4]   2>        3       /solr/collections/.system/state.json
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/.system/state.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        28      /solr/overseer/queue
   [junit4]   2>        20      /solr/overseer/collection-queue-work
   [junit4]   2>        16      /solr/collections
   [junit4]   2>        14      /solr/live_nodes
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 370243 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65259
   [junit4]   2> 370243 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65259
   [junit4]   2> 370243 INFO  
(SUITE-SystemCollectionCompatTest-seed#[A28DD1E7A9991F18]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 65259
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.SystemCollectionCompatTest_A28DD1E7A9991F18-001
   [junit4]   2> Feb 15, 2020 11:52:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5bcf001e),
 locale=am-ET, timezone=Pacific/Palau
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 14 
(64-bit)/cpus=6,threads=1,free=341835776,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedQueryComponentOptimizationTest, TermsComponentTest, 
StatsComponentTest, RestoreTriggerStateTest, TestManagedSchemaThreadSafety, 
SystemCollectionCompatTest]
   [junit4] Completed [85/901 (2!)] on J3 in 205.88s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 47602 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/643/consoleText

[repro] Revision: ea20c9a001bde55dd58f0e48abbd6aa44dc2c858

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops 
-XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=SolrGraphiteReporterTest 
-Dtests.method=testReporter -Dtests.seed=A28DD1E7A9991F18 -Dtests.slow=true 
-Dtests.locale=en-SI -Dtests.timezone=W-SU -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=SystemCollectionCompatTest 
-Dtests.method=testBackCompat -Dtests.seed=A28DD1E7A9991F18 -Dtests.slow=true 
-Dtests.locale=am-ET -Dtests.timezone=Pacific/Palau -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SystemCollectionCompatTest
[repro]       SolrGraphiteReporterTest
[repro] ant compile-test

[...truncated 3463 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.SystemCollectionCompatTest|*.SolrGraphiteReporterTest" 
-Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops 
-XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=A28DD1E7A9991F18 
-Dtests.slow=true -Dtests.locale=am-ET -Dtests.timezone=Pacific/Palau 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 101 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.SystemCollectionCompatTest
[repro]   0/5 failed: org.apache.solr.metrics.reporters.SolrGraphiteReporterTest
[repro] Exiting with code 0

[...truncated 73 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to